free method

  1. @override
void free()

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

Implementation

@override
void free() => _device.free();