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