FlutterAvoInspectorPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterAvoInspectorPlatform
Implementers

Constructors

FlutterAvoInspectorPlatform()
Constructs a FlutterAvoInspectorPlatform.

Properties

batchFlushSeconds Future<int>
no setter
batchSize Future<int>
no setter
hashCode int
The hash code for this object.
no setterinherited
hasInitialized Future<int>
no setter
hideVisualInspector Future<int>
no setter
isLogging Future<bool>
no setter
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>
logging(bool isEnableLogging) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBatchFlushSeconds(int batchFlushSeconds) Future<int>
setBatchSize(int batchSize) Future<int>
showVisualInspector(VisualInspectorMode mode) Future<int>
toString() String
A string representation of this object.
inherited
trackEventJson({required String eventName, Map<String, dynamic>? json}) Future<int>
trackEventParams({required String eventName, Map<String, dynamic>? params}) Future<int>

Operators

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

Static Properties

instance FlutterAvoInspectorPlatform
The default instance of FlutterAvoInspectorPlatform to use.
getter/setter pair