setSplitPaymentEnabled static method

Future setSplitPaymentEnabled(
  1. bool value
)

Implementation

static Future setSplitPaymentEnabled(bool value) async {
  await _channel.invokeMethod("setSplitPaymentEnabled", value);
}