isShowingConsole static method
- BuildContext context
Implementation
static bool isShowingConsole(BuildContext context) =>
Provider.of<ShowConsoleModal>(context)._showConsole;
static bool isShowingConsole(BuildContext context) =>
Provider.of<ShowConsoleModal>(context)._showConsole;