startCheck method

void startCheck(
  1. String type
)

Implementation

void startCheck(String type){
  angleConsole.info('Start: $type');
}