pickMedia method

Future<List<SafDocumentFile>?> pickMedia({
  1. bool multiple = true,
  2. String mode = 'all',
})

Implementation

Future<List<SafDocumentFile>?> pickMedia({
  bool multiple = true,
  String mode = 'all',
}) {
  throw UnimplementedError('pickMedia() has not been implemented.');
}