12 July 2024 v2
This commit is contained in:
@@ -23,6 +23,7 @@ class PatientManager extends StatefulWidget {
|
||||
State<PatientManager> createState() => _PatientManagerState();
|
||||
}
|
||||
|
||||
//
|
||||
class _PatientManagerState extends State<PatientManager> {
|
||||
TextEditingController searchController = TextEditingController();
|
||||
String endpoint = "${AppEnviroment.baseApiUrl}/patients/user/";
|
||||
|
||||
Reference in New Issue
Block a user