pickFile method

Future<List<String>?> pickFile(
  1. bool openMultiple,
  2. List<String> acceptTypes
)

Implementation

Future<List<String>?> pickFile(bool openMultiple, List<String> acceptTypes) {
  throw UnimplementedError('pickFile() has not been implemented.');
}