getDataFromApi method

Future<void> getDataFromApi()

Implementation

Future<void> getDataFromApi() async{
  //TODO Get Your Data from API Here ...
}