getAssertion method

Transforms a PhoneAuthCredential into a MultiFactorAssertion which can be used to confirm ownership of a phone second factor.

Implementation

MultiFactorAssertionPlatform getAssertion(
  PhoneAuthCredential credential,
) {
  throw UnimplementedError('getAssertion() is not implemented');
}