VimeoRemoteService class
Remote service for Vimeo
api.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fetchAllVimeoVideoLinks(
{required String? videoId}) → Future< VimeoResponse< List< >VimeoVideoLinkDto> > -
Get vimeo video links, resolutions and other information object
by calling
https://player.vimeo.com/video/[videoId]/config
api. -
fetchVimeoInfoFromUrl(
{required String url}) → Future< VimeoResponse< VimeoLinkInfoDto> > -
Get vimeo video url data such as
video_id
,thumbnail
and other information objects by callinghttps://vimeo.com/api/oembed.json?url=[url]
api. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited