flutterxel_core_image_replace method

bool flutterxel_core_image_replace(
  1. int img,
  2. Pointer<Int32> data,
  3. int len
)

Implementation

bool flutterxel_core_image_replace(
  int img,
  ffi.Pointer<ffi.Int32> data,
  int len,
) {
  return _flutterxel_core_image_replace(img, data, len);
}