FlutterMasterpass class
Flutter plugin for Mastercard Mobile SDK integration Provides a clean Dart API that bridges to native Android/iOS SDKs
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getSdkVersion(
) → Future< String?> - Get SDK version information
-
isAvailable(
) → Future< bool> - Check if Mastercard Mobile SDK is available on this platform
-
updateSession(
{required String sessionId, required String cardNumber, required String expiryMonth, required String expiryYear, required String cvv, String? cardholderName}) → Future< String?> - Update Mastercard session with card details using native Mobile SDK