diff --git a/lib/core/service/patient/LiveCarePatientServices.dart b/lib/core/service/patient/LiveCarePatientServices.dart index 9a3079f3..2ee18a16 100644 --- a/lib/core/service/patient/LiveCarePatientServices.dart +++ b/lib/core/service/patient/LiveCarePatientServices.dart @@ -60,9 +60,9 @@ class LiveCarePatientServices extends BaseService { } }); - removedPatientList.forEach((element) { - _patientList.remove(element); - }); + // removedPatientList.forEach((element) { + // _patientList.remove(element); + // }); }, onFailure: (String error, int statusCode) { hasError = true; diff --git a/pubspec.yaml b/pubspec.yaml index 086f8a89..5b904af2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -130,6 +130,8 @@ dependencies: flutter_math_fork: ^0.7.2 + flutter_zoom_videosdk: ^1.10.11 + dart_jsonwebtoken: ^2.14.0 dependency_overrides: