stopFollowingUser method

void stopFollowingUser()

Implementation

void stopFollowingUser() {
  add(OnStopFollowingUser());
  positionStream?.cancel();
}