Save a setting to the Theme service, using key as its storage key.
key
Future<void> save<T>(String key, T value);