updateToRejected abstract method

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

Implementation

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