setViewController method
Method to setup the connection with the platform-specific THEOplayerViewController classes.
Implementation
void setViewController(THEOplayerViewController theoPlayerViewController) {
_theoPlayerViewController = theoPlayerViewController;
_attachEventListeners();
}