updateToRefused abstract method

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

Implementation

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