getControllerForUrl method

VideoViewPlayerController? getControllerForUrl(
  1. String url
)

Retrieves the active controller for a URL, if any

Implementation

VideoViewPlayerController? getControllerForUrl(String url) {
  return _activeControllers[url];
}