setBullets method

void setBullets()

Implementation

void setBullets() {
  _controller?.evaluateJavascript(source: 'javascript:RE.setBullets();');
}