rosterStream property

Stream<List<Buddy>> rosterStream

Implementation

Stream<List<Buddy>> get rosterStream {
  return _rosterController.stream;
}