IvsPlayer constructor

IvsPlayer()

Factory constructor to return the singleton instance.

Implementation

factory IvsPlayer() {
  return instance;
}