Updates the given theme
Future<void> updateTheme(int id, io.File content) async { await _post('/api/theme/$id', data: await content.readAsBytes()); }