FlutterLinkIdMmpPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterLinkIdMmpPlatform
Implementers

Constructors

FlutterLinkIdMmpPlatform()
Constructs a FlutterLinkidMmpPlatform.

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

getPlatformVersion() Future<String?>
initSDK(String partnerCode, String appSecret) Future<bool>
logEvent(String eventName, {Map<String, dynamic>? data}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recordError(String name, String stackTrace) Future<bool>
removeUserToken() Future<bool>
setCurrentScreen(String screenName) Future<bool>
setDeepLinkHandler(DeepLinkHandler deepLinkHandler) → void
setDevMode(bool devMode) Future<bool>
setProductList(String listName, {required List<Map<String, dynamic>> products}) Future<bool>
setRevenue(String orderId, double amount, String currency, {Map<String, dynamic>? data}) Future<bool>
setUserInfo(UserInfo userInfo) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FlutterLinkIdMmpPlatform
The default instance of FlutterLinkIdMmpPlatform to use.
getter/setter pair