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