SocialBloc constructor

SocialBloc(
  1. ISocialAuthRepository socialAuthRepository,
  2. ISessionManager iSessionManager
)

Implementation

SocialBloc(this.socialAuthRepository, this.iSessionManager)
    : super(SocialInitial());