Cancel the current transaction
@override Future<void> cancelTransaction() async { await methodChannel.invokeMethod<void>('cancelTransaction'); }