getVideos static method

Future getVideos()

Implementation

static Future<dynamic> getVideos() async {
  final version = await _channel.invokeMethod('getVideos');
  return version;
}