pickResult property

  1. @override
Stream<FilamentPickResult> get pickResult
override

The result(s) of calling pick (see below). This may be a broadcast stream, so you should ensure you have subscribed to this stream before calling pick. If pick is called without an active subscription to this stream, the results will be silently discarded.

Implementation

@override
// TODO: implement pickResult
Stream<FilamentPickResult> get pickResult => throw UnimplementedError();