getContext method

  1. @override
Future<String?> getContext()
inherited

Bugsnag uses the concept of “contexts” to help display and group your errors. The context represents what was happening in your application at the time an error occurs and is given high visual prominence in the dashboard.

See also:

Implementation

@override
Future<String?> getContext() => client.getContext();