ApiRegistry class abstract
Constructors
-
ApiRegistry(Stream<
AuthUserProfile> userStateChanges) -
factory
- ApiRegistry.noop()
-
factory
Properties
Methods
-
afterCreate<
T> (MKey? newKey, T result) → dynamic -
afterDelete<
T> (MKey deletedKey, DeleteResponse result) → dynamic -
afterUpdate<
T> (MKey updatedKey, T updateSource, ChangeResult result) → dynamic -
get(
MSchemaRef ref) → Repository< Entity> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
Repository< Entity> repo) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited