addBreadcrumb abstract method

void addBreadcrumb(
  1. String message
)

Adds a breadcrumb.

Breadcrumbs track a user's journey through the application and will be shown on the timeline.

Implementation

void addBreadcrumb(String message);