@override Future<bool> isEmulator() async { // Check if running in development mode or test environment return _isDevelopmentEnvironment(); }