forceCrash method

void forceCrash()

Force a test crash (use with caution!)

Implementation

void forceCrash() {
  log('💥 Forcing test crash...');
  _crashlytics.crash();
}