dispose static method
Releases Dart-side binding state after unregistering the runtime.
Implementation
static Future<void> dispose() async {
await unregister();
_bindings = null;
_isRegistered = false;
}
Releases Dart-side binding state after unregistering the runtime.
static Future<void> dispose() async {
await unregister();
_bindings = null;
_isRegistered = false;
}