getLibraryPath method

Future<String?> getLibraryPath()

Path to the directory where application can store files that are persistent, backed up, and not visible to the user, such as sqlite.db.

Implementation

Future<String?> getLibraryPath() {
  throw UnimplementedError('getLibraryPath() has not been implemented.');
}