transactionWith method

Future<String?> transactionWith(
  1. double amount,
  2. int transactionType
)

Implementation

Future<String?> transactionWith(double amount, int transactionType) {
  throw UnimplementedError('transactionWith() has not been implemented.');
}