import 'package:s_gizi/app_state.dart'; class AuthService { Future logout() => SgiziAppState.instance.logout(); }