connectionState property

Stream<String> get connectionState

Implementation

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