configureForRuntime method

  1. @override
void configureForRuntime(
  1. Runtime runtime
)

Configure this plugin for use in a dart_eval Runtime.

Implementation

@override
void configureForRuntime(Runtime runtime) {
  $CountryCoder.configureForRuntime(runtime);
  $LocationSet.configureForRuntime(runtime);
  $LocationSetRadius.configureForRuntime(runtime);
  $RegionFeature.configureForRuntime(runtime);
  $RegionLevel.configureForRuntime(runtime);
  $RegionIsoStatus.configureForRuntime(runtime);
  $RegionDrivingSide.configureForRuntime(runtime);
  $RegionSpeedUnit.configureForRuntime(runtime);
  $RegionHeightUnit.configureForRuntime(runtime);
  $RegionProperties.configureForRuntime(runtime);
}