getInstance property
~english Gets the SDK instance. ~end
~chinese 获取 SDK 实例。 ~end
Implementation
static ChatClient get getInstance => _instance ??= ChatClient._internal();
~english Gets the SDK instance. ~end
~chinese 获取 SDK 实例。 ~end
static ChatClient get getInstance => _instance ??= ChatClient._internal();