constants library
Constants
- heartbeatIntervalSeconds → const int
- killTimeoutSeconds → const int
- launchTimeoutSeconds → const int
- pollIntervalMs → const int
- reloadTimeoutSeconds → const int
- restartTimeoutSeconds → const int
- sessionDirName → const String
- version → const String
- fdb version — update this AND pubspec.yaml on every release.
Properties
- appIdFile → String
-
no setter
- appPidFile → String
-
no setter
- controllerPidFile → String
-
no setter
- controllerPortFile → String
-
no setter
- controllerTokenFile → String
-
no setter
- defaultScreenshotPath → String
-
no setter
- deviceFile → String
-
no setter
- launcherScript → String
-
no setter
- logCollectorPidFile → String
-
no setter
- logCollectorScript → String
-
no setter
- logFile → String
-
no setter
- pidFile → String
-
no setter
- platformFile → String
-
no setter
- sessionDirPath → String
-
no setter
- vmUriFile → String
-
no setter
Functions
-
ensureSessionDir(
) → String -
initSessionDir(
String projectPath) → void -
initSessionDirFromPath(
String sessionDirPath) → void -
resolveSessionDir(
{Directory? start}) → String?