configureForRuntime static method

void configureForRuntime(
  1. Runtime runtime
)

Implementation

static void configureForRuntime(Runtime runtime) {
  return runtime.registerBridgeFunc(
      'dart:core', 'Map.from', __$Map$from.call);
}