menu
t_utils package
documentation
utils/exceptions/firebase_exceptions.dart
TFirebaseException
TFirebaseException.new constructor
TFirebaseException.new constructor
dark_mode
light_mode
TFirebaseException
constructor
TFirebaseException
(
String
code
, {
String
?
errorMessage
,
})
Constructor that takes an error code.
Implementation
TFirebaseException(this.code, {this.errorMessage});
t_utils package
documentation
utils/exceptions/firebase_exceptions
TFirebaseException
TFirebaseException.new constructor
TFirebaseException class