flutterDriverReconnectionDelay property

Duration flutterDriverReconnectionDelay
getter/setter pair

Duration to wait before reconnecting the Flutter driver to the app. On slower machines the app might not be in a state where the driver can successfully connect immediately Defaults to 2 seconds

Implementation

Duration flutterDriverReconnectionDelay = const Duration(seconds: 2);