@override Future<bool> isDeveloperModeEnabled() async { // Check if developer mode is enabled in web return await _isWebDeveloperModeEnabled(); }