instance property

AppticsLogs get instance

Implementation

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