peripheralsStream property
Stream<List<Peripheral> >
get
peripheralsStream
Stream providing updates on discovered peripherals.
Implementation
Stream<List<Peripheral>> get peripheralsStream {
throw UnimplementedError('peripheralUpdates() has not been implemented.');
}