getUsers abstract method

Future<List<User>> getUsers(
  1. Room room
)

Implementation

Future<List<User>> getUsers(Room room);