@override Future<void> payWithCard(Map<String, String> allConfigs) async { return methodChannel.invokeMethod<void>('payWithCard', allConfigs); }