IvsPlayer constructor
IvsPlayer()
Factory constructor to return the singleton instance.
Implementation
factory IvsPlayer() {
return instance;
}
Factory constructor to return the singleton instance.
factory IvsPlayer() {
return instance;
}