getPickupOrderList abstract method

Future<Either<AppException, Response>> getPickupOrderList(
  1. String? picupId
)

Implementation

Future<Either<AppException, response.Response>> getPickupOrderList(
    String? picupId);