pendingClaimsUpdates property
Stream of pending-claim list snapshots. Emits whenever the SDK's
pendingClaims mutates (claim added or removed).
Implementation
Stream<List<Map<String, dynamic>>> get pendingClaimsUpdates {
throw UnimplementedError(
'pendingClaimsUpdates has not been implemented.',
);
}