getUser property

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

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

Implementation

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