getWatchableVideos method

Future<String> getWatchableVideos()

Implementation

Future<String> getWatchableVideos() async {
  return await _channel.invokeMethod("getWatchableVideos");
}