getToteDetail abstract method

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

Implementation

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