ConnectTrackerPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- ConnectTrackerPlatform
- Implementers
Constructors
- ConnectTrackerPlatform()
- Constructs a FlutterConnecttrackerPlatform.
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
-
appWillOpenUrl(
String? url) → Future< bool?> -
deleteUserData(
) → Future< bool?> -
init(
ConnectTrackerOptions options) → Future< bool?> -
isInitialized(
) → Future< bool?> -
isTrackingOn(
) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onApplicationPaused(
) → Future< bool?> -
onLocationPermissionDenied(
) → Future< bool?> -
onLocationPermissionGranted(
) → Future< bool?> -
onWillRequestLocationPermission(
) → Future< bool?> -
resolveDeeplink(
String url, List urlPrefixes) → Future< bool?> -
toString(
) → String -
A string representation of this object.
inherited
-
trackEvent(
String name, dynamic value) → Future< bool?> -
turnOffTracking(
) → Future< bool?> -
turnOnTracking(
) → Future< bool?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ ConnectTrackerPlatform
-
The default instance of ConnectTrackerPlatform to use.
getter/setter pair