onPanic static method
- void cb()?
 
Sets callback to be fired whenever Rust code panics.
Implementation
static void onPanic(void Function(String)? cb) {
  // No-op.
}
Sets callback to be fired whenever Rust code panics.
static void onPanic(void Function(String)? cb) {
  // No-op.
}