getNameFolder method Null safety
- {String? widowsFolder}
takes folder name as app name for Android and iOS
for Windows pass the name in the paramwidowsFolder
Implementation
Future<String> getNameFolder({String? widowsFolder}) async {
throw UnimplementedError('getPathDocument has not been implemented.');
}