instance property

CrashHandler instance

Implementation

static CrashHandler get instance {
  return _instance ??= CrashHandler._();
}