Future<void> setLogFileEncryptionKey(Uint8List key, Uint8List iv) async { return await _cosApi.setLogFileEncryptionKey(key, iv); }