VideoController.network constructor

VideoController.network(
  1. String url
)

Plays a video from the network.

Implementation

VideoController.network(String url) : super.network(url);