respondToInteraction method

Future<bool> respondToInteraction(
  1. String requestId,
  2. Object value
)

Resolve a pending pairing or device interaction prompt.

Implementation

Future<bool> respondToInteraction(String requestId, Object value) {
  throw UnimplementedError(
    'respondToInteraction() has not been implemented.',
  );
}