startVideo method

Future<String> startVideo()

Implementation

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