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