reset method

void reset()

Implementation

void reset() {
  if (_channel == null) return;
  _channel!.invokeMethod('reset');
}