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