MethodChannelAppambitSdkFlutter class
- Inheritance
-
- Object
- PlatformInterface
- AppAmbitSdkFlutterPlatform
- MethodChannelAppambitSdkFlutter
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearToken(
) → Future< void> -
override
-
didCrashInLastSession(
) → Future< bool> -
override
-
enableManualSession(
) → Future< void> -
override
-
endSession(
) → Future< void> -
override
-
generateTestCrash(
) → Future< void> -
override
-
generateTestEvent(
) → Future< void> -
override
-
logError(
Map< String, dynamic> ? payload) → Future<void> -
override
-
logErrorMessage(
Map< String, dynamic> payload) → Future<void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setEmail(
String email) → Future< void> -
override
-
setUserId(
String userId) → Future< void> -
override
-
startCore(
{required String appKey}) → Future< void> -
override
-
startSession(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
trackEvent(
String name, Map< String, String> properties) → Future<void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited