dispose method
Disposes the platform-specific resources.
Implementation
Future<void> dispose() async {
throw UnimplementedError('dispose() has not been implemented.');
}
Disposes the platform-specific resources.
Future<void> dispose() async {
throw UnimplementedError('dispose() has not been implemented.');
}