getLibraryPath method

  1. @override
Future<String?> getLibraryPath()
override

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

@override
Future<String?> getLibraryPath() async {
  return _pathProvider.getLibraryPath();
}