getInstance property

EMClient getInstance

~english Gets the SDK instance. ~end

~chinese 获取 SDK 实例。 ~end

Implementation

static EMClient get getInstance => _instance ??= EMClient._internal();