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