static Future<void> setValue<T>(String key, T value) async { await _handleType<T>(key, value: value); }