getReasonList abstract method

Future<Either<AppException, Response>> getReasonList(
  1. String? allowedType,
  2. int statusId
)

Implementation

Future<Either<AppException, response.Response>> getReasonList(
    String? allowedType, int statusId);