getNameFolder method

Future<String> getNameFolder()

Get the folder name is the same as the application

Implementation

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