pickMedia method
Pure media picker (no classification). Default throws.
Implementation
Future<List<Map<dynamic, dynamic>>> pickMedia({
required String type,
required bool multiple,
int? maxItems,
}) =>
throw UnimplementedError(
'pickMedia is not implemented by this platform');