EHttpInspector class Null safety
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. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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(
dynamic dio, String channelKey, String channelName, String channelDes, {String? channelGroupKey}) → dynamic - Initialize package: [...]
-
initInterceptor(
dynamic dio) → dynamic -
Initialize package's inspector for
dio
-
initNotification(
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
navigatorKey
MaterialApp global navigator key