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