requestWithServerGet abstract method

Future<void> requestWithServerGet({
  1. required String type,
  2. required ApiResponse apiResponse,
  3. Map<String, dynamic>? header,
})

Implementation

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