BaseAnalytics class abstract
Extend this class to make a custom version of your analytics implementation
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInitialized ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
updateOptions
↔ Map<
String, dynamic> ? -
getter/setter pair
Methods
-
dispose(
) → Future< void> -
identifyUser(
String? uid) → Future< void> -
initialize(
) → Future< void> -
isSensitiveScreen(
bool isSensitive, List< Type> sendTo, {Map<String, dynamic> properties = const {}}) → dynamic -
logEvent(
String name, List< Type> ? sendTo, {Map<String, dynamic> ? properties = const {}}) → Future<void> -
logPageName(
String pageName, List< Type> sendTo, {Map<String, dynamic> properties = const {}}) → Future<void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setUserProperties(
Map< String, dynamic> properties) → Future<void> -
setUserPropertiesWithOptions(
Map< String, dynamic> properties, String analyticOption) → Future<void> -
shouldSendToThisPlatform(
List< Type> ? allowedTypes) → bool -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited