menu
flutter_gopher package
documentation
chan.dart
FgChan<T>
portId property
portId property
dark_mode
light_mode
portId
property
int
get
portId
获取当前通道的端口ID Get the current channel port ID
Implementation
int get portId => _portId ?? 0;
flutter_gopher package
documentation
chan
FgChan<T>
portId property
FgChan class