ErrorContactAddress class
When you are going to release your application, you need to turn your application profile to production and setup the error contact.
You can also customize your application general error screen. And if you need you access to your error contact address, use the static variable.
Constructors
- ErrorContactAddress({required String appName, required String appSupportEmail, required String appVersion})
-
const
Properties
- appName → String
-
The name of your application.
final
- appSupportEmail → String
-
The support address that you can provide to your end users.
final
- appVersion → String
-
The version of your application.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited