From a9573dbc630d1408813112fbdfd201115a7ce033 Mon Sep 17 00:00:00 2001 From: Brett <99468005+std-s@users.noreply.github.com> Date: Wed, 22 Nov 2023 11:30:48 +0800 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7826c69..f2b3089 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ final success = await OpenIM.iMManager.initSDK( apiAddr: "", // SDK's API interface address. wsAddr: "", // SDK's WebSocket address. dataDir: "", // Data storage path. For example, you can use getApplicationDocumentsDirectory() to get a path. - objectStorage: 'cos', // Image server (default is 'cos'). logLevel: 6, // Log level (default value is 6). listener: OnConnectListener( onConnectSuccess: () {