MultiFactorPlatform constructor

MultiFactorPlatform(
  1. FirebaseAuthPlatform auth
)

The platform defining the interface of multi-factor related properties and operations pertaining to a User.

Implementation

MultiFactorPlatform(
  this.auth,
) : super(token: _token);