FlutterDriveSettings.

ObservatoryPort Property

Summary

--observatory-port Listen to the given port for an observatory debugger connection. Specifying port 0 (the default) will find a random free port.
Assembly
Cake.Flutter.dll
Namespace
Cake.Flutter
Containing Type
FlutterDriveSettings

Syntax

public Nullable<int> ObservatoryPort { get; set; }

Value

Type Description
Nullable<int>