commandTimeout property
Timeout for commands sent to native.
If native doesn't respond within this duration, a NativeBridgeException
with code 'TIMEOUT' is thrown.
Implementation
@override
final Duration commandTimeout = const Duration(seconds: 5);