getUserById method

User getUserById(
  1. String id
)

Implementation

User getUserById(String id) => User.fromId(id, this);