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