menu
flutter_oboe package
documentation
flutter_oboe_test.dart
OboeTestStream
performNativeAdd method
performNativeAdd method
dark_mode
light_mode
performNativeAdd
method
int
performNativeAdd
(
int
a
,
int
b
)
Implementation
int performNativeAdd(int a, int b){ return FlutterOboeTest()._nativeAdd!(a, b); }
flutter_oboe package
documentation
flutter_oboe_test
OboeTestStream
performNativeAdd method
OboeTestStream class