instance property

CrashHandler get instance

Implementation

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