Function to reversal transaction
Future<bool> reversal() async { try { await channel.invokeMethod(PaymentTypeCall.reversal.method); return true; } catch (e) { return false; } }