pendingRequestsStream property
Stream of pending requests waiting for user approval. Emits whenever the list changes (request added, completed, or cancelled).
For local signers (like Bip340EventSigner), this will always emit an empty list. For remote signers (NIP-46, NIP-07, Amber), this will emit the current pending requests that are waiting for user approval.
Implementation
@override
Stream<List<PendingSignerRequest>> get pendingRequestsStream =>
_pendingRequestsController.stream;