stream property

FutureOr<Stream<StreamValue?>> Function(User user) get stream

Returns a stream of data for the authenticated user.

Implementation

FutureOr<Stream<StreamValue?>> Function(User user) get stream;