OAuthDelegates constructor

const OAuthDelegates({
  1. IAppleAuthDelegate? appleAuthDelegate,
  2. IBiometricAuthDelegate? biometricAuthDelegate,
  3. IFacebookAuthDelegate? facebookAuthDelegate,
  4. IGoogleAuthDelegate? googleAuthDelegate,
})

Implementation

const OAuthDelegates({
  this.appleAuthDelegate,
  this.biometricAuthDelegate,
  this.facebookAuthDelegate,
  this.googleAuthDelegate,
});