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