dispose method
Dispose of this handle and clean up resources.
Called automatically when NutrientView is disposed.
Implementation
Future<void> dispose() async {
NativeInstanceRegistry.unregister(viewId);
}
Dispose of this handle and clean up resources.
Called automatically when NutrientView is disposed.
Future<void> dispose() async {
NativeInstanceRegistry.unregister(viewId);
}