AnalyticsCallOptions class
Additional options that can be passed to Analytics method calls. Note; these options are only used on the web.
Constructors
- AnalyticsCallOptions({required bool global})
Properties
Methods
-
asMap(
) → Map< String, dynamic> - Returns the current instance as a Map.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited