connectionStream property

Stream<WifiDirectConnectionInfo> get connectionStream

Stream of connection status

Implementation

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