success abstract method

void success(
  1. String text, {
  2. int level = 1,
})

Implementation

void success(String text, {int level = 1});