getVideos method

Future<List<VideoFile>> getVideos()

Get a list of videos from the device

Implementation

Future<List<VideoFile>> getVideos() {
  throw UnimplementedError('getVideos() has not been implemented.');
}