stopVideo method

Future<String> stopVideo()

Implementation

Future<String> stopVideo() async {
  throw UnimplementedError('stopVideo() has not been implemented.');
}