checkCallResult function
void
checkCallResult()
Implementation
void checkCallResult() {
if (!_lastCallSuccess.value) {
throw const NativeNullException();
}
}
void checkCallResult() {
if (!_lastCallSuccess.value) {
throw const NativeNullException();
}
}