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