menu
hexa_image_picker package
documentation
hexa_image_picker_method_channel.dart
MethodChannelHexaImagePicker
pick method
pick method
dark_mode
light_mode
pick
method
Future
<
List
<
Map
>
?
>
pick
(
)
override
Implementation
Future<List<Map>?> pick() async { return await methodChannel.invokeListMethod('pick'); }
hexa_image_picker package
documentation
hexa_image_picker_method_channel
MethodChannelHexaImagePicker
pick method
MethodChannelHexaImagePicker class