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