FlutterAvoInspectorWeb class

A web implementation of the FlutterAvoInspectorPlatform of the FlutterAvoInspector plugin.

Inheritance

Constructors

FlutterAvoInspectorWeb()
Constructs a FlutterAvoInspectorWeb

Properties

batchFlushSeconds Future<int>
no setterinherited
batchSize Future<int>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasInitialized Future<int>
no setterinherited
hideVisualInspector Future<int>
no setterinherited
isLogging Future<bool>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initialize({required String apiKey, required String appName, required String appVersion, required FlutterAvoInspectorEnv env}) Future<int>
override
logging(bool isEnableLogging) Future<int>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBatchFlushSeconds(int batchFlushSeconds) Future<int>
inherited
setBatchSize(int batchSize) Future<int>
inherited
showVisualInspector(VisualInspectorMode mode) Future<int>
inherited
toString() String
A string representation of this object.
inherited
trackEventJson({required String eventName, Map<String, dynamic>? json}) Future<int>
inherited
trackEventParams({required String eventName, Map<String, dynamic>? params}) Future<int>
override

Operators

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

Static Methods

registerWith(Registrar registrar) → void