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