onTap method

void onTap()

Implementation

void onTap() {
  onFloatWindowTap?.call();
  Get.to(const ConferenceMainPage());
}