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