NativeImplementationsDummy class

Inheritance

Constructors

NativeImplementationsDummy()
const

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

calcImageMetadata(Uint8List bytes, {bool retryInDummy = false}) MatrixImageFileResizedResponse?
override
decryptFile(EncryptedFile file, {bool retryInDummy = true}) Future<Uint8List?>
override
generateUploadKeys(GenerateUploadKeysArgs args, {bool retryInDummy = true}) Future<RoomKeys>
override
keyFromPassphrase(KeyFromPassphraseArgs args, {bool retryInDummy = true}) Future<Uint8List>
override
noSuchMethod(Invocation invocation) → dynamic
this implementation will catch any non-implemented method
inherited
shrinkImage(MatrixImageFileResizeArguments args, {bool retryInDummy = false}) MatrixImageFileResizedResponse?
override
toString() String
A string representation of this object.
inherited

Operators

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