progressWith abstract method

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

Implementation

ProfileInitialised progressWith(
    {double? uploadingBGProgress, double? uploadingProfilePhotoProgress});