remove<S> static method

void remove<S>({
  1. String? tag,
})

Remove from GetX container

Implementation

static void remove<S>({String? tag}) => Get.delete<S>(tag: tag);