AsyncCallable class Null safety Compile
An interface for functions and mixins that can be invoked from Sass by passing in arguments.
This class represents callables that need to do asynchronous work. It's
only compatible with the asynchronous compile()
methods. If a callback can
work synchronously, it should be a Callable instead.
See Callable for more details.
Constructors
Properties
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