dispose method
Disposes the platform view.
The PlatformViewController is unusable after calling dispose.
Implementation
@override
Future<void> dispose() async {
return;
}
Disposes the platform view.
The PlatformViewController is unusable after calling dispose.
@override
Future<void> dispose() async {
return;
}