CloudCardFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- CloudCardFlutterPlatform
- Implementers
Constructors
- CloudCardFlutterPlatform()
- Constructs a CloudCardFlutterPlatform.
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
-
checkDefaultApp(
) → Future< bool?> -
checkDeviceSupport(
) → Future< bool> -
checkRegisteredCard(
) → Future< CCResult> -
deleteCard(
Map< String, String> data) → Future<CCResult> -
freezeUnfreezeCard(
Map< String, dynamic> data) → Future<CCResult> -
getCard(
) → Future< CCResult> -
getEmvQr(
Map< String, String> data) → Future<CCResult> -
getPlatformVersion(
) → Future< String?> -
getSavedTransactions(
) → Future< CCResult> - NEW: fetches the latest saved transactions (limited to 5 on native side). Returns CCResult with data: List<Map<String, dynamic>>
-
getTokenThreshold(
) → Future< CCResult> -
initialize(
Map< String, dynamic> data, CloudCardScannedCallback? onScanComplete}) → Future<bool> - Initializes the native SDK and sets up event callbacks. The event sent to Flutter will have keys:
-
isNfcEnabled(
) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openAppSettings(
) → Future< bool> -
registerCard(
Map< String, dynamic> data) → Future -
replenishKeys(
) → Future< CCResult> -
setRequireAuth(
Map< String, dynamic> data) → Future -
toString(
) → String -
A string representation of this object.
inherited
-
wipeWallet(
) → Future< CCResult>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ CloudCardFlutterPlatform
-
The default instance of CloudCardFlutterPlatform to use.
getter/setter pair