DeleteOnPath class abstract
Defines a path-based delete operation interface.
This interface should be implemented by data sources that support deleting data at a specific path. The implementation determines how the path is interpreted to locate and remove the data.
- Implementers
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
-
delete(
String path) → Future< String?> - Deletes data at the specified path.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited