dispose method
Disposes of the resources used by the plugin.
Implementation
@override
void dispose() {
_eventChannelSubscription?.cancel();
}
Disposes of the resources used by the plugin.
@override
void dispose() {
_eventChannelSubscription?.cancel();
}