startCheck method

void startCheck(
  1. String type
)

Implementation

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