delete<S> method

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

Deletes a registered dependency.

Implementation

bool delete<S>({String? tag, bool force = false}) =>
    Get.delete<S>(tag: tag, force: force);