delete method

bool delete({
  1. String? tag,
  2. bool force = false,
})

Removes this provider instance from the active LevitScope.

Implementation

bool delete({String? tag, bool force = false}) =>
    Levit.delete(key: this, tag: tag, force: force);