ApiSource class abstract

Implementers

Constructors

ApiSource.new()

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

fetchResource(FetchResourceFormData formData) Future<FetchResourceResponse?>
flushAnalytics(FlushAnalyticsFormData formData) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshSession(RefreshSessionFormData formData) Future<RefreshSessionResponse>
registerPlayerSession(RegisterPlayerSessionFormData formData) Future<RegisterPlayerSessionResponse>
requestMediaSession(RequestMediaSessionFormData formData) Future<PlaybackUrl>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited