fatalError static method

String fatalError(
  1. String errorCode
)

Implementation

static String fatalError(String errorCode) {
  return "Something went wrong! ($errorCode)";
}