please static method

String please(
  1. dynamic text
)

Implementation

static String please(text) => 'Please $text';