AppleSignInAdapter constructor Null safety
- [AppleSignInStorage? storage]
Implementation
AppleSignInAdapter([AppleSignInStorage? storage])
: _storage = storage ?? SimpleStorage('appleSignIn');
AppleSignInAdapter([AppleSignInStorage? storage])
: _storage = storage ?? SimpleStorage('appleSignIn');