dispose method

  1. @mustCallSuper
void dispose()

Disposes the channel and event handler.

Implementation

@mustCallSuper
void dispose() => platform.dispose();