getVideo method

Future<Map<String, dynamic>> getVideo({
  1. required int libraryId,
  2. required String videoId,
})

Implementation

Future<Map<String, dynamic>> getVideo({
  required int libraryId,
  required String videoId,
}) {
  throw UnimplementedError('getVideo() has not been implemented.');
}