showDoneMessage static method

void showDoneMessage()

Prints thanks message after successful operation.

Implementation

static void showDoneMessage() {
  print('Thanks for using Flutter Versio Frigidus.\n');
}