Future<void> logInitCompleted({required String projectType}) async { await _send('cli_init_completed', {'project_type': projectType}); }