getPicSubscription abstract method

StreamSubscription getPicSubscription(
  1. String realId,
  2. BehaviorSubject imageSbj, {
  3. bool forceDownload = false,
})

Implementation

StreamSubscription getPicSubscription(String realId, BehaviorSubject imageSbj,
    {bool forceDownload = false});