menu
webf package
documentation
webf.dart
MethodCallCallback typedef
MethodCallCallback typedef
dark_mode
light_mode
MethodCallCallback
typedef
MethodCallCallback
=
Future
Function
(
String
method
,
dynamic
args
)
Implementation
typedef MethodCallCallback = Future<dynamic> Function(String method, dynamic args);
webf package
documentation
webf
MethodCallCallback typedef
webf library