getBreadcrumbs abstract method

Future<List<BugsnagBreadcrumb>> getBreadcrumbs()

Returns the current buffer of breadcrumbs that will be sent with captured events. This ordered list represents the most recent breadcrumbs to be captured up to the limit set in start.

Implementation

Future<List<BugsnagBreadcrumb>> getBreadcrumbs();