configureForRuntime static method

void configureForRuntime(
  1. Runtime runtime
)

Configure this class for runtime in a Runtime.

Implementation

static void configureForRuntime(Runtime runtime) {
  runtime.registerBridgeFunc('dart:math', 'Point.', const _$Point_new().call);
}