TFirebaseAuthException constructor

TFirebaseAuthException(
  1. String code
)

Constructor that takes an error code.

Implementation

TFirebaseAuthException(this.code);