import 'package:flutter/material.dart'; import 'package:hmg_patient_app_new/core/app_state.dart'; class AuthenticationViewModel extends ChangeNotifier { // Add properties and methods related to authentication here }