thermion_flutter_free function

  1. @Native<Void Function(Pointer<Void>)>(ffi.Pointer<ffi.Void>)>(symbol: '_thermion_flutter_free', assetId: 'thermion_dart')
void thermion_flutter_free(
  1. Pointer<Void> ptr
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>(
    symbol: '_thermion_flutter_free', assetId: 'thermion_dart')
external void thermion_flutter_free(
  ffi.Pointer<ffi.Void> ptr,
);