Fetches all users.
@override Future<List<User>> fetchAllUsers() async { _warn("fetchAllUsers"); return []; }