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