getContext abstract method

Future<String?> getContext()

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

Future<String?> getContext();