viewOrder abstract method

Future<Either<AppException, Response>> viewOrder(
  1. Map<String, dynamic> data
)

Implementation

Future<Either<AppException, response.Response>> viewOrder(
    Map<String, dynamic> data);