hide static method

bool hide(
  1. BuildContext context
)

Implementation

static bool hide(BuildContext context) {
  return _instance._hide(context);
}