AnalyticsPlugin class final

Inheritance
Implemented types
Available Extensions

Constructors

AnalyticsPlugin({required List<AnalyticsProvider> providers})

Properties

description String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
observers List<NavigatorObserver>
no setteroverride
pluginType PluginType
finalinherited
providers List<AnalyticsProvider>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
finalinherited

Methods

dispose() Future<void>
override
init() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportError(dynamic exception, {StackTrace? stackTrace, Map<String, dynamic>? params, bool fatal = false}) Future<void>
override
reportEvent(String name, {Map<String, dynamic>? params}) Future<void>
override
reportFlutterError(FlutterErrorDetails details, {bool fatal = false}) Future<void>
override
reportMessage(String message, {Map<String, dynamic>? params}) Future<void>
override
runWithTrace<T>({required String name, required String operation, required FutureOr<T?> fn(AnalyticsTrace? parentTrace), AnalyticsTrace? parentTrace}) Future<T?>
startTrace(String name, String operation) Future<AnalyticsTrace>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited