save method

Future<bool> save()
override

Implementation

Future<bool> save() async {
  // not implemented
  return true;
}