connectionState property

Stream<String> get connectionState

连接状态事件流。

Implementation

Stream<String> get connectionState {
  throw UnimplementedError('connectionState has not been implemented.');
}