enableFloatWindow method

void enableFloatWindow()

Implementation

void enableFloatWindow() {
  FloatWindowManager().show(Get.overlayContext!);
  Get.back();
}