EncryptApiDataSourceImpl<T extends Entity> class abstract

Inheritance

Constructors

EncryptApiDataSourceImpl({required String path, required EncryptedApi encryptor})

Properties

api Api
finalinherited
database → Dio
no setterinherited
encryptor EncryptedApi
final
hashCode int
The hash code for this object.
no setterinherited
path String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(dynamic source) → T
inherited
currentSource<R>(R? source(R parent)?) String
inherited
currentUrl<R>(String id, R? source(R parent)?) String
inherited
delete<R>(String id, {Map<String, dynamic>? extra, R? source(R parent)?}) Future<Response<T>>
override
get<R>(String id, {Map<String, dynamic>? extra, R? source(R parent)?}) Future<Response<T>>
override
gets<R>({bool onlyUpdatedData = false, Map<String, dynamic>? extra, R? source(R parent)?}) Future<Response<T>>
override
getUpdates<R>({Map<String, dynamic>? extra, R? source(R parent)?}) Future<Response<T>>
override
input(Map<String, dynamic>? data) Future<Map<String, dynamic>>
insert<R>({required T data, R? source(R parent)?}) Future<Response<T>>
override
live<R>(String id, {Map<String, dynamic>? extra, R? source(R parent)?}) Stream<Response<T>>
override
lives<R>({bool onlyUpdatedData = false, Map<String, dynamic>? extra, R? source(R parent)?}) Stream<Response<T>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output(String data) Future<Map<String, dynamic>>
toString() String
A string representation of this object.
inherited
update<R>(String id, Map<String, dynamic> data, {R? source(R parent)?}) Future<Response<T>>
override

Operators

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