get abstract method

Future<User?> get(
  1. Object id,
  2. bool force
)

Implementation

Future<User?> get(Object id, bool force);