thermion_flutter_free function

  1. @Native<Void Function(Pointer<Void>)>(ffi.Pointer<ffi.Void>)>()
void thermion_flutter_free(
  1. Pointer<Void> ptr
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>()
external void thermion_flutter_free(
  ffi.Pointer<ffi.Void> ptr,
);