getNameFile method Null safety

Future<String> getNameFile(
  1. {required String url}
)

Get the url name

Implementation

Future<String> getNameFile({required String url}) async {
  throw UnimplementedError('getNameFile has not been implemented.');
}