getLoginUsers method

Future<List<DisplayUser>> getLoginUsers()

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();