commandTimeout property

  1. @override
Duration commandTimeout
final

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);