performNativeAdd method

int performNativeAdd(
  1. int a,
  2. int b
)

Implementation

int performNativeAdd(int a, int b){
  return FlutterOboeTest()._nativeAdd!(a, b);
}