Future<void> logUploadCompleted({String? flavor}) async { await _send('cli_apk_upload_completed', { if (flavor != null) 'flavor': flavor, }); }