menu
flutter_gopher package
documentation
chan.dart
FgChan<T>
FgChan.new constructor
FgChan.new constructor
dark_mode
light_mode
FgChan<
T
>
constructor
FgChan<
T
>
(
)
创建一个通道 Create a channel
Implementation
FgChan() : _receivePort = ReceivePort();
flutter_gopher package
documentation
chan
FgChan<T>
FgChan.new constructor
FgChan class