getVideos abstract method
Implementation
Future<HttpResult<OpenApiGetVideosResponse>> getVideos({
required String userId,
String? after,
String? before,
String? first,
String? language,
String? period,
String? sort,
String? type,
});