close static method

void close(
  1. BuildContext context
)

Implementation

static void close(BuildContext context) {
  final state = context.findAncestorStateOfType<_EasyDebugWidgetState>();
  state?.closeConsole();
}