IdxdmpPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- IdxdmpPlatform
- Implementers
Constructors
- IdxdmpPlatform.new()
- Constructs a IdxdmpPlatform.
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
-
getDefinitionIds(
) → Future< String?> -
getUserId(
) → Future< String?> -
initSdk(
String providerId, String appName, String appVersion) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetUserState(
) → Future< bool?> -
sendEvent(
[dynamic params]) → Future< bool?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ IdxdmpPlatform
-
The default instance of IdxdmpPlatform to use.
getter/setter pair