NoOpAnalyticsProvider class final

Implemented types

Constructors

NoOpAnalyticsProvider()

Properties

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

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
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