configureForRuntime static method

void configureForRuntime(
  1. Runtime runtime
)

Implementation

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