flutterxel_core_save_pal method

bool flutterxel_core_save_pal(
  1. Pointer<Char> filename
)

Implementation

bool flutterxel_core_save_pal(ffi.Pointer<ffi.Char> filename) {
  return _flutterxel_core_save_pal(filename);
}