onRegister method
override
Callback method when this package is being registered.
Implementation
void onRegister() {
FromJsonFactory.registerFromJsonFunction("WeatherMeasure", WeatherMeasure.fromJsonFunction);
}
Callback method when this package is being registered.
void onRegister() {
FromJsonFactory.registerFromJsonFunction("WeatherMeasure", WeatherMeasure.fromJsonFunction);
}