getApplicationDocumentsPath method

Future<String?> getApplicationDocumentsPath()

Path to a directory where the application may place data that is user-generated, or that cannot otherwise be recreated by your application.

Implementation

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