@override Future<bool> isDebuggerAttached() async { // Check for developer tools and debugging return await _isDeveloperToolsOpen(); }