syncStream property
Stream<BeaconEvent>
get
syncStream
Stream of sync events (success and error)
Implementation
Stream<BeaconEvent> get syncStream {
throw UnimplementedError('syncStream has not been implemented.');
}