import 'package:driverapp/core/service/base_service.dart'; import 'package:flutter/cupertino.dart'; class AuthenticationService extends BaseService { String selectedClinicName; bool isLogin = false; bool isLoading = true; AuthenticationService() { // getUserAuthentication(); } // void getUserAuthentication() async { // if (profile != null) { //// doctorProfile = new DoctorProfileModel.fromJson(profile); // isLoading = false; // isLogin = true; // } else { // isLoading = false; // isLogin = false; // } // notifyListeners(); // } }