free method

  1. @override
void free()
override

Drops the associated Rust struct and nulls the local Pointer to it.

Implementation

@override
void free() {
  // No-op.
}