reset method

  1. @override
void reset()
inherited

Implementation

@override
void reset() {
  _nativeAPI.reset()
      .onError<Exception>((error, stackTrace) => exceptionHandler(exception: error, tag: "PIGEON", stacktrace: stackTrace));
}