dispose method
Releases native resources held by this driver instance (FFI struct buffers). Does NOT close the device (see close) — call this once, when you're done with the driver object itself (app shutdown, or swapping implementations).
Implementation
@override
void dispose() {}