CommunicationOutputDelegate class abstract

Implementers

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

consumeResource({required CommunicationResourceTypeEnum typeEnum, required String identity, required String title, required String thumbnailPath}) Future<bool>
downloadResource({required CommunicationResourceTypeEnum typeEnum, required String identity, required String title, required String thumbnailPath, required String fileUrl}) Future<bool>
favoriteResource({required CommunicationResourceTypeEnum typeEnum, required String identity, required String title, required String thumbnailPath}) Future<bool>
getBase64ImageCache(String key) Future<String>
getResourceDetail({required CommunicationResourceTypeEnum typeEnum}) Future<ResourceDetail>
getResourceExistenceState({required CommunicationResourceTypeEnum typeEnum, required String identity}) Future<ResourceState>
getTotalResourceSize({required CommunicationResourceTypeEnum typeEnum}) Future<int>
getUsedResourceSize({required CommunicationResourceTypeEnum typeEnum}) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onRoutePop() Future<void>
onRoutePush() Future<void>
saveBase64ImageCache(String key, String value) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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