getPathDocument method

Future<String> getPathDocument()

Return path folder

Implementation

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