pickFile method

Future<String?> pickFile(
  1. MediaOptions options,
  2. List<String>? allowedExtensions
)

Implementation

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