progressWith method

  1. @override
ProfileInitialised progressWith({
  1. double? uploadingBGProgress,
  2. double? uploadingProfilePhotoProgress,
})
override

Implementation

@override
ProfileInitialised progressWith(
    {double? uploadingBGProgress, double? uploadingProfilePhotoProgress}) {
  return WatchingPublicProfile(
      feedId: feedId,
      app: app,
      uploadingBGProgress: this.uploadingBGProgress,
      uploadingProfilePhotoProgress: this.uploadingProfilePhotoProgress);
}