AppleSignInAdapter constructor Null safety

AppleSignInAdapter(
  1. [AppleSignInStorage? storage]
)

Implementation

AppleSignInAdapter([AppleSignInStorage? storage])
    : _storage = storage ?? SimpleStorage('appleSignIn');