showPicker method

Future<File?> showPicker({
  1. required SourceType source,
})

Implementation

Future<File?> showPicker({required SourceType source}) {
  throw UnimplementedError('showPicker() has not been implemented.');
}