AnalyticsProvider class abstract interface

Implementers

Constructors

AnalyticsProvider()

Properties

description String
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
no setter
observers List<NavigatorObserver>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
no setter

Methods

dispose() Future<void>
init() Future<void>
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>
reportEvent(String name, {Map<String, dynamic>? params}) Future<void>
reportFlutterError(FlutterErrorDetails details, {bool fatal = false}) Future<void>
reportMessage(String message, {Map<String, dynamic>? params}) Future<void>
startTrace(String name, String operation) Future<AnalyticsTrace>
toString() String
A string representation of this object.
inherited

Operators

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