AutoInjector class

Public API for automatic HTTP interception

This class provides automatic interception of all HTTP traffic (both Dio and http package) without requiring app code changes.

Constructors

AutoInjector()

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 Properties

isEnabled bool
Check if auto-injection is enabled
no setter

Static Methods

disable() → void
Disable automatic injection
enable() → void
Call once at app startup (main) before any HTTP is done.