getPathDocument method Null safety
- {required String folderName}
take path from folder folderName
return path
Implementation
Future<String> getPathDocument({required String folderName}) async {
throw UnimplementedError('getPathDocument has not been implemented.');
}