Future<void> changeMerchantId(String merchantId) async { return _channel .invokeMethod('config.changeMerchantId', {"merchantId": merchantId}); }