getControllerForUrl method
Retrieves the active controller for a URL, if any
Implementation
VideoViewPlayerController? getControllerForUrl(String url) {
return _activeControllers[url];
}
Retrieves the active controller for a URL, if any
VideoViewPlayerController? getControllerForUrl(String url) {
return _activeControllers[url];
}