setTimeout method

Future<void> setTimeout(
  1. Duration timeout
)
inherited

Gives a slow tag more time before the exchange fails as lost.

Implementation

Future<void> setTimeout(Duration timeout) => androidApi.setTimeout(_handle, _tech, timeout.inMilliseconds);