logBreadcrumb abstract method

  1. @Deprecated('Use addBreadcrumb() instead. This API will be removed in a future ' 'major version release.')
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

@Deprecated(
    'Use addBreadcrumb() instead. This API will be removed in a future '
    'major version release.')
void logBreadcrumb(String message);