DependencyInstance class
Properties
Methods
-
call(
String method, dynamic args, {Duration? timeout}) → Future< CallResult> -
noSuchMethod(
Invocation invocation) → Future< CallResult> -
Invoked when a nonexistent method or property is accessed.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited