MFInitiateSessionRequest constructor

MFInitiateSessionRequest({
  1. String? customerIdentifier,
  2. bool? saveToken,
})

Implementation

MFInitiateSessionRequest({this.customerIdentifier, this.saveToken});