onInit method Null safety

  1. @override
void onInit()
override

Setup locale map on init

Implementation

@override
onInit() {
  parseLocaleMap();
  super.onInit();
}