wakeUpTerminal static method

  1. @Deprecated('Use prepareForCheckout() instead')
Future<SumupPluginResponse> wakeUpTerminal()

Wakes up card terminal before real checkout to speed up bluetooth pairing process.

Don't call this method during checkout because it can lead to checkout failure. Login required.

Implementation

@Deprecated('Use prepareForCheckout() instead')
static Future<SumupPluginResponse> wakeUpTerminal() async {
  return prepareForCheckout();
}