success static method

void success(
  1. String msg
)

Logs a success message.

msg - The message to log.

Implementation

static void success(String msg) => print('✅ $msg');