AppAmbitSdkFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- AppAmbitSdkFlutterPlatform
- Implementers
Constructors
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
-
clearToken(
) → Future< void> -
didCrashInLastSession(
) → Future< bool> -
enableManualSession(
) → Future< void> -
endSession(
) → Future< void> -
generateTestCrash(
) → Future< void> -
generateTestEvent(
) → Future< void> -
logError(
Map< String, dynamic> ? payload) → Future<void> -
logErrorMessage(
Map< String, dynamic> payload) → Future<void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setEmail(
String email) → Future< void> -
setUserId(
String userId) → Future< void> -
startCore(
{required String appKey}) → Future< void> -
startSession(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
trackEvent(
String name, Map< String, String> properties) → Future<void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ AppAmbitSdkFlutterPlatform
-
getter/setter pair