static Future<void> setString(String key, String value) { return _channel .invokeMethod<void>('setString', {'key': key, 'value': value}); }