instance property

ChatSDKService get instance

Implementation

static ChatSDKService get instance {
  return _instance ??= ChatSDKService();
}