removePaymentWindow static method

Future<void> removePaymentWindow()

Implementation

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