send abstract method
Sends a ReportEvent to the remote/system of choice.
Returns true iff the event was successfully delivered.
Implementation
Future<bool> send(ReportEvent event);
Sends a ReportEvent to the remote/system of choice.
Returns true iff the event was successfully delivered.
Future<bool> send(ReportEvent event);