fetchData method

Future fetchData (Resources r)

fetch data will be called always for each widget Use this to fetch any data and assign local variables

Implementation

fetchData(Resources r) async {
  /*Do Nothing*/
}