getNameFile static 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);
}