addBreadcrumb abstract method
Adds a breadcrumb.
Breadcrumbs track a user's journey through the application and will be shown on the timeline.
Implementation
void addBreadcrumb(String message);
Adds a breadcrumb.
Breadcrumbs track a user's journey through the application and will be shown on the timeline.
void addBreadcrumb(String message);