Future<void> FunnelStep(String step, [String? answer]) async { return _instance.FunnelStep(step, answer); }