AdvyFlutterSdkPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- AdvyFlutterSdkPlatform
- Implementers
Constructors
- AdvyFlutterSdkPlatform()
- Constructs a AdvyFlutterSdkPlatform.
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
-
event(
String name, Map< String, dynamic> params) → Future<String?> -
getDeepLinkData(
) → Future< String?> -
init(
String appId, String appKey) → Future< bool?> -
isInitialized(
) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setId(
String id) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ AdvyFlutterSdkPlatform
-
The default instance of AdvyFlutterSdkPlatform to use.
getter/setter pair