fetchAttendanceLocations method

Future<void> fetchAttendanceLocations(
  1. String strCompany
)

Implementation

Future<void> fetchAttendanceLocations(String strCompany) async {
  locations.value = await loadCompanyLocations(strCompany);
  listCompanyPosition.addAll(locations);
}