sendLogEvent abstract method

FutureOr<void> sendLogEvent({
  1. required covariant DiagnosticLogsEvent event,
})
inherited

Send an log with the custom informate implement. Should filter what level is not required.

A DiagnosticLogsEvent extension can be create if the sdk need or have custom information

Implementation

FutureOr<void> sendLogEvent({
  required covariant DiagnosticLogsEvent event,
});