fetchData method
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*/
}
fetch data will be called always for each widget Use this to fetch any data and assign local variables
fetchData(Resources r) async {
/*Do Nothing*/
}