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