- Inheritance
-
- Object
- PlatformInterface
- FlutterLinkIdMmpPlatform
- Implementers
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
-
createLink(Map<String, dynamic> params)
→ Future<Map<String, dynamic>?>
-
-
createShortLink({required String longLink, String name = "", String shortLinkId = ""})
→ Future<Map<String, dynamic>?>
-
-
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