Gizmo_dummy function

  1. @Native<Void Function(UnsignedInt)>(ffi.UnsignedInt)>(isLeaf: true)
void Gizmo_dummy(
  1. int t
)

Implementation

@ffi.Native<ffi.Void Function(ffi.UnsignedInt)>(isLeaf: true)
external void Gizmo_dummy(
  int t,
);