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