reset static method

void reset()

Call this method if you already consumed the callback and don't want the same callback again

Implementation

static void reset() {
  _mChannel.invokeMethod('reset').then((_) {});
}