NativeImplementationsWebWorker class
- Inheritance
-
- Object
- NativeImplementations
- NativeImplementationsWebWorker
Constructors
- NativeImplementationsWebWorker(Uri href, {Duration timeout = const Duration(seconds: 30), WebWorkerStackTraceCallback onStackTrace = defaultStackTraceHandler})
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}) → FutureOr< SDNImageFileResizedResponse?> -
inherited
-
decryptFile(
EncryptedFile file, {bool retryInDummy = true}) → FutureOr< Uint8List?> -
inherited
-
generateUploadKeys(
GenerateUploadKeysArgs args, {bool retryInDummy = true}) → FutureOr< RoomKeys> -
inherited
-
keyFromPassphrase(
KeyFromPassphraseArgs args, {bool retryInDummy = true}) → FutureOr< Uint8List> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
this implementation will catch any non-implemented method
inherited
-
shrinkImage(
SDNImageFileResizeArguments args, {bool retryInDummy = false}) → FutureOr< SDNImageFileResizedResponse?> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
defaultStackTraceHandler(
String obfuscatedStackTrace) → StackTrace - the default handler for stackTraces in web workers