followStateChannel property

StatefulChannel<CameraFollowState> get followStateChannel

Implementation

StatefulChannel<CameraFollowState> get followStateChannel {
  _CStatefulChannel_CCameraFollowState res = _CMyLocationControlModel_followStateChannel(_CMyLocationControlModelMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}