PVBridge constructor

PVBridge()

Factory constructor returns the singleton instance.

Implementation

factory PVBridge() {
  return _instance;
}