nativeAddFunc method

int nativeAddFunc(
  1. int x,
  2. int y
)

Implementation

int nativeAddFunc(int x, int y) => nativeAdd(x, y);