markToShip abstract method

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

Implementation

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