getNameFile method Null safety
- {required String url}
get the url name
Implementation
static Future<String> getNameFile({required String url}) async {
return await OpenDocumentPlatform.instance.getNameFile(url: url);
}
get the url name
static Future<String> getNameFile({required String url}) async {
return await OpenDocumentPlatform.instance.getNameFile(url: url);
}