VimeoRepository class

Repository class to communicate between domain layer and infrastructure layer.

Constructors

VimeoRepository(VimeoService _service)

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

getVimeoIdFromUrl({required String url}) Future<Either<VimeoFailure, String>>
Get vimeo video id from vimeo video url.
Get list of VimeoVideoLink.
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