getLoginUsers method
gets cached workers for the login dropdown. This is intentionally local-only, so it also works while logged out.
Implementation
Future<List<DisplayUser>> getLoginUsers() async =>
await _readStoredLoginUsers();
gets cached workers for the login dropdown. This is intentionally local-only, so it also works while logged out.
Future<List<DisplayUser>> getLoginUsers() async =>
await _readStoredLoginUsers();