EHttpInspector class

An Http Interceptor work with dio package which persists and displays Http activity in your application for later inspection.

Constructors

EHttpInspector()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

dispose() → dynamic
Dispose inspect http call and close data stream
init(Dio dio, GlobalKey<NavigatorState> navigatorKey, String channelKey, String channelName, String channelDes, {String? channelGroupKey}) → dynamic
Initialize package:
initInterceptor(Dio dio) → dynamic
Initialize package's inspector for dio
initNotification(GlobalKey<NavigatorState> navigatorKey, String channelKey, String channelName, String channelDes, {String? channelGroupKey}) → dynamic
Initialize package's notification config: navigatorKey, channelKey, channelName, channelDes, channelGroupKey params for showing notification purpose.
openHttpHistoryScreen() → dynamic
Open http history screen