renderBatLoop function

void renderBatLoop()

..

Implementation

void renderBatLoop() {
  //  for testing purposes render class here
  var batLooper = new BatLooper();
  print(batLooper.info);
}