fetchDataFromApi method
override
Abstract method to be implemented by subclasses to fetch data from an API.
params: None
returns:
Future<List<T>>
: A Future containing a list of data fetched from the API.
Implementation
@override
Future<List<Post>> async
- talawa
- post_service
- PostService
- fetchDataFromApi method