getInstance method

PopoverUtils getInstance()

Implementation

PopoverUtils getInstance() {
  _singleton._init();
  return _singleton;
}