configureForRuntime method
Configure this plugin for use in a dart_eval Runtime.
Implementation
@override
void configureForRuntime(Runtime runtime) {
$GeoJsonStyleDefaults.configureForRuntime(runtime);
$GeoJsonLayer.configureForRuntime(runtime);
$NotAGeoJson.configureForRuntime(runtime);
$GeoJsonLoadException.configureForRuntime(runtime);
$GeoJsonProvider.configureForRuntime(runtime);
$MemoryGeoJson.configureForRuntime(runtime);
$FileGeoJson.configureForRuntime(runtime);
$NetworkGeoJson.configureForRuntime(runtime);
}