getConnectionInfoStream method

Stream<NearbyConnectionAndroidInfo?> getConnectionInfoStream()

Implementation

Stream<NearbyConnectionAndroidInfo?> getConnectionInfoStream() {
  throw UnimplementedError(
    'getConnectionInfoStream() has not been implemented.',
  );
}