okLine method

void okLine()

Implementation

void okLine() {
  print('\n =============== OK =============== \n');
  //write(5, PrintQuery.normal);
  _langWrapper.successExit();
}