MethodChannelFlutterAvoInspector class

An implementation of FlutterAvoInspectorPlatform that uses method channels.

Inheritance

Properties

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

Operators

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