shareInstance property

LiveTalkSocketManager get shareInstance

Implementation

static LiveTalkSocketManager get shareInstance {
  _instance ??= LiveTalkSocketManager._();
  return _instance!;
}