send abstract method

Future<bool> send(
  1. List<TelemetryEvent> events
)

Send a batch of events. Returns true on success.

Implementation

Future<bool> send(List<TelemetryEvent> events);