static Future<dynamic>? getClientParamValueForKey(String key) async { return await _channel .invokeMethod("getClientParamValueForKey", {"key": key}); }