AuthPluginRuntimePhoneDeliveryRecorder class final

Records the provider boundary used by the cross-host phone flow.

A recorder belongs to one engine fixture. This keeps raw test codes scoped to the host test that owns them and avoids shared mutable state when several runtime matrices execute concurrently.

Constructors

AuthPluginRuntimePhoneDeliveryRecorder()
Creates an empty delivery recorder.

Properties

deliveries List<AuthPluginRuntimePhoneDelivery>
Captured deliveries, exposed as an unmodifiable snapshot.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

forPhone(String phoneNumber) Iterable<AuthPluginRuntimePhoneDelivery>
Returns deliveries recorded for phoneNumber.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited