TFirebaseException constructor

TFirebaseException(
  1. String code, {
  2. String? errorMessage,
})

Constructor that takes an error code.

Implementation

TFirebaseException(this.code, {this.errorMessage});