showInfo method

void showInfo()

Present all info of this class / app. #Tip: String can be in many lines with '''.

Implementation

//  -------------------------    show  aso. methods   --------------------
///  Present all info of this class / app.
///  #Tip: String can be in many lines with '''.
void showInfo() {
  print('''idea:   some basic / flow  functionality, that is too small
      for packages and too big for tools.dart''');
}