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