success abstract method

void success(
  1. String message, {
  2. bool dryRun = false,
})

Implementation

void success(String message, {bool dryRun = false});