Future<void> send(Event event) async { return SyneriseInvocation(methodChannel) .invokeSDKMethod<void>('Tracker/send', parameters: event.asMap()); }