delete<S> static method

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

Implementation

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