delete method
Removes this provider instance from the active LevitScope.
Implementation
bool delete({String? tag, bool force = false}) =>
Levit.delete(key: this, tag: tag, force: force);
Removes this provider instance from the active LevitScope.
bool delete({String? tag, bool force = false}) =>
Levit.delete(key: this, tag: tag, force: force);