This method sends an event.
Args: event (Event): Event object
Future<void> send(Event event) async { return await _methods.send(event); }