firstLoad method

Future firstLoad ()

firstLoad will e called only once per widget Type in lifecycle of the application

Say WidgetX extends AdharaState, and WidgetX is used in 2 places firstLoad will be called only once for 2 places

Implementation

firstLoad() async {
  /*Do Nothing*/
}