removePaymentWindow method

Future<void> removePaymentWindow()
override

Implementation

Future<void> removePaymentWindow() async {
  await _channel.invokeMethod('removePaymentWindow');
}