addDeposite abstract method

Future<Either<AppException, Response>> addDeposite(
  1. String bankName,
  2. String branch,
  3. String deposit,
  4. String transactionNumber,
  5. String file,
  6. String selectedPaymentType,
)

Implementation

Future<Either<AppException, response.Response>> addDeposite(
    String bankName,
    String branch,
    String deposit,
    String transactionNumber,
    String file,
    String selectedPaymentType);