flutterxel_core_copy_framebuffer method

bool flutterxel_core_copy_framebuffer(
  1. Pointer<Int32> dst,
  2. int dst_len
)

Implementation

bool flutterxel_core_copy_framebuffer(
  ffi.Pointer<ffi.Int32> dst,
  int dst_len,
) {
  return _flutterxel_core_copy_framebuffer(dst, dst_len);
}