menu
custom_image_picker package
documentation
asynchronous_method_channel.dart
AsynchronousMethodChannel
checkMethodCallHandler method
checkMethodCallHandler method
dark_mode
light_mode
checkMethodCallHandler
method
@
override
bool
checkMethodCallHandler
(
Future
?
handler
(
MethodCall
call
)?
)
Implementation
@override bool checkMethodCallHandler(Future? Function(MethodCall call)? handler) { return true; }
custom_image_picker package
documentation
asynchronous_method_channel
AsynchronousMethodChannel
checkMethodCallHandler method
AsynchronousMethodChannel class