pickFile method
Implementation
Future<String?> pickFile(
MediaOptions options, List<String>? allowedExtensions) {
throw UnimplementedError('pickFile() has not been implemented.');
}
Future<String?> pickFile(
MediaOptions options, List<String>? allowedExtensions) {
throw UnimplementedError('pickFile() has not been implemented.');
}