logBreadcrumb abstract method

void logBreadcrumb(
  1. String message
)

Logs a breadcrumb.

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

Implementation

void logBreadcrumb(String message);