getNameFile method Null safety
- {required String url}
Get the url name
Implementation
Future<String> getNameFile({required String url}) async {
throw UnimplementedError('getNameFile has not been implemented.');
}
Get the url name
Future<String> getNameFile({required String url}) async {
throw UnimplementedError('getNameFile has not been implemented.');
}