flutterBuildTimeout property

Duration flutterBuildTimeout
getter/setter pair

Duration to wait for Flutter to build and start the app on the target device Slower machine may take longer to build and run a large app Defaults to 90 seconds

Implementation

Duration flutterBuildTimeout = const Duration(seconds: 90);