interactionEventChannel property

  1. @visibleForTesting
EventChannel interactionEventChannel
final

Event channel for pairing and transaction interaction prompts

Implementation

@visibleForTesting
final interactionEventChannel = const EventChannel(
  'tripos_mobile/interaction',
);