forceCrash method
void
forceCrash()
Force a test crash (use with caution!)
Implementation
void forceCrash() {
log('💥 Forcing test crash...');
_crashlytics.crash();
}
Force a test crash (use with caution!)
void forceCrash() {
log('💥 Forcing test crash...');
_crashlytics.crash();
}