off static method

void off(
  1. Widget page
)

Implementation

static void off(final Widget page) => delay(10, () => Get.off(() => page));