getDocumentPath method

Future<String?> getDocumentPath()

Implementation

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