reload<S> static method
Reloads a dependency from the GetX service locator using the specified tag.
Implementation
static void reload<S>({String? tag, String? key, bool force = false}) =>
Get.reload<S>(tag: tag, key: key, force: force);