dispose method
Implementation
@override
void dispose() {
throw UnimplementedError(
'dispose is not implemented on the current platform');
}
@override
void dispose() {
throw UnimplementedError(
'dispose is not implemented on the current platform');
}