getUser property

FutureOr<RxUser?> Function(UserId userId)? getUser
final

Callback, called when a RxUser identified by the provided UserId is required.

Implementation

final FutureOr<RxUser?> Function(UserId userId)? getUser;