BugsnagNotifier class
Constructors
- BugsnagNotifier(String _apiKey, {String releaseStage = 'production'})
-
Creates a new bugsnag reporter with your Bugsnag API key and
releaseState
which defults to production. [...]
Properties
Methods
-
addUser(
{String userId, String userName, String userEmail}) → void -
Adds
userId
,userName
anduserEmail
to bugsnag error reporter [...] -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
notify(
dynamic error, StackTrace stackTrace, {ErrorSeverity severity = ErrorSeverity.error}) → Future< void> -
Send
error
andstackTrace
to bugsnag [...] -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited