instance property

ChatCallKitManagerImpl get instance

Implementation

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