showLackOffButton static method

void showLackOffButton(
  1. BuildContext context
)

Implementation

static void showLackOffButton(
  BuildContext context,
) {
  LackOffFloatingWindow.show(context);
}