send abstract method

Future<bool> send(
  1. ReportEvent event
)

Sends a ReportEvent to the remote/system of choice.

Returns true iff the event was successfully delivered.

Implementation

Future<bool> send(ReportEvent event);