menu
flutter_nekoton_bridge package
documentation
example_related/caller_wrapper.dart
CallerWrapper
test0 method
test0 method
dark_mode
light_mode
test0
method
Future
<
DynamicValue
>
test0
(
String
string
)
Implementation
Future<DynamicValue> test0(String string) { return caller.test0(string); }
flutter_nekoton_bridge package
documentation
example_related/caller_wrapper
CallerWrapper
test0 method
CallerWrapper class