warn static method

void warn(
  1. Object? arg
)

Implementation

static void warn(Object? arg) {
  console.warn(arg?.toString().toJS);
}