ConfigsDelegate class abstract
- Inheritance
-
- Object
- RemoteDelegate
- ConfigsDelegate
Constructors
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
-
asset(
String name, String path) → Future< String> -
inherited
-
cache(
String name, String path) → Future< Map?> -
inherited
-
changes(
String name, String path) → Future< void> -
inherited
-
fetch(
String name, String path) → Future< Map?> -
inherited
-
listen(
String name, String path) → Stream< Map?> -
inherited
-
loaded(
) → Future< void> -
inherited
-
loading(
) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
ready(
String name, String path) → Future< void> -
inherited
-
save(
String name, String path, Map? data) → Future< bool> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited