@override Future<void> trackScreenViewEvent(String event) async { await _channel.invokeMethod('trackScreenViewEvent', {'event': event}); }