sendLogEventsWithDio abstract method

Future<void> sendLogEventsWithDio(
  1. List<LogEntry> entries,
  2. Map<String, String> userProperties,
  3. CancelToken cancelToken
)

Implementation

Future<void> sendLogEventsWithDio(
  List<LogEntry> entries,
  Map<String, String> userProperties,
  CancelToken cancelToken,
);