delete<S> static method
Deletes a dependency from the GetX service locator using the specified tag.
Implementation
static Future<bool> delete<S>({String? tag, bool force = false}) async =>
Get.delete<S>(tag: tag, force: force);