clear_background_image function

  1. @Native<Void Function(Pointer<Void>)>(ffi.Pointer<ffi.Void>)>(symbol: '_clear_background_image', assetId: 'thermion_dart')
void clear_background_image(
  1. Pointer<Void> viewer
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>(
    symbol: '_clear_background_image', assetId: 'thermion_dart')
external void clear_background_image(
  ffi.Pointer<ffi.Void> viewer,
);