cancelCurrentTransation method

Future<void> cancelCurrentTransation(
  1. double amount
)

Implementation

Future<void> cancelCurrentTransation(double amount) {
  throw UnimplementedError('cancelCurrentTransation() has not been implemented.');
}