CrashCatch constructor

CrashCatch(
  1. BuildContext buildContext
)

Implementation

CrashCatch(BuildContext buildContext) {
  this._context = buildContext;
  CrashCatch._crashQueue = [];
}