commandTimeout property
Timeout for commands sent to native.
If native doesn't respond within this duration, a NativeBridgeException
with code 'TIMEOUT' is thrown.
Implementation
final Duration commandTimeout;
Timeout for commands sent to native.
If native doesn't respond within this duration, a NativeBridgeException
with code 'TIMEOUT' is thrown.
final Duration commandTimeout;