compileTheme method

Future<void> compileTheme(
  1. int id
)

Compiles the given theme

Implementation

Future<void> compileTheme(int id) async {
  await _put('/api/theme/$id/assets');
}