AuthCredential constructor

const AuthCredential({
  1. required String providerId,
  2. required String signInMethod,
})

Implementation

const AuthCredential({required this.providerId, required this.signInMethod});