timeout property

Duration? timeout
final

The timeout for BLE connection. If null, will use the default timeout of platform. Use it carefully on Android cause it may leave Android's BLE stack in an inconsistent state. Only for Android currently.

Implementation

final Duration? timeout;