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