sendLogEventsWithDio abstract method

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

Implementation

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