check method
Implementation
void check(String context) {
if (this != kLiteRtStatusOk) {
throw StateError('LiteRT call failed: $context (status=$this)');
}
}
void check(String context) {
if (this != kLiteRtStatusOk) {
throw StateError('LiteRT call failed: $context (status=$this)');
}
}