requestWithServerGet abstract method
Future<void>
requestWithServerGet({
- required String type,
- required ApiResponse apiResponse,
- Map<
String, dynamic> ? header,
Implementation
Future<void> requestWithServerGet({
required String type,
required ApiResponse apiResponse,
Map<String, dynamic>? header,
});