getConnectionInfoStream method

Stream<NearbyConnectionAndroidInfo?> getConnectionInfoStream()

Streams NearbyConnectionAndroidInfo - information about the connection information.

Implementation

Stream<NearbyConnectionAndroidInfo?> getConnectionInfoStream() {
  return NearbyServiceAndroidPlatform.instance.getConnectionInfoStream();
}