interactionStream property

Stream<DeviceInteractionRequest> get interactionStream

Stream of pairing and transaction interaction prompts emitted by native SDK flows.

Implementation

Stream<DeviceInteractionRequest> get interactionStream {
  throw UnimplementedError('interactionStream has not been implemented.');
}