error static method

Future<void> error()

Implementation

static Future<void> error() async {
  await heavyImpact();
}