get method

Future<User?> get()

Implementation

Future<User?> get() {
  return _get();
}