configureForRuntime static method
Implementation
static void configureForRuntime(Runtime runtime) {
runtime.registerBridgeFunc(
_$type.spec!.library,
'UnsupportedError.',
__$UnsupportedError$new.call,
);
}
static void configureForRuntime(Runtime runtime) {
runtime.registerBridgeFunc(
_$type.spec!.library,
'UnsupportedError.',
__$UnsupportedError$new.call,
);
}