pickMedia method

Future<String?> pickMedia(
  1. MediaSource source,
  2. MediaType type,
  3. MediaOptions options
)

Implementation

Future<String?> pickMedia(
    MediaSource source, MediaType type, MediaOptions options) {
  throw UnimplementedError('pickMedia() has not been implemented.');
}