dispose static method
void
dispose()
Dispose flutter_rust_bridge
The call to this function is optional, since flutter_rust_bridge (and everything else) is automatically disposed when the app stops.
Implementation
static void dispose() => instance.disposeImpl();