TapToPayConnectionConfiguration constructor
const
TapToPayConnectionConfiguration({})
Implementation
const TapToPayConnectionConfiguration({
required this.locationId,
this.autoReconnectOnUnexpectedDisconnect = true,
this.onBehalfOf,
this.merchantDisplayName,
this.tosAcceptancePermitted = true,
this.returnReadResultImmediatelyEnabled = true,
required this.readerDelegate,
});