FirebaseIdpAdmin constructor

FirebaseIdpAdmin({
  1. required FirebaseIdpUtils utils,
})

Creates a new instance of FirebaseIdpAdmin.

Implementation

FirebaseIdpAdmin({
  required this.utils,
});