getDocumentsPath method

Future<String?> getDocumentsPath()

Implementation

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