LogUploader class Core

Uploads a .gm or .mp4 recording to the Magic Lane servers. Used for bug reports.

Constructors

LogUploader({required void onLogStatusChangedCallback(GemError error, String logPath, LogUploaderState? status, int? progress)})
Log uploader constructor

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

cancel({required String logPath}) GemError
Cancel an upload operation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAutoReleaseObject(int pointerId) → void
Registers an object for auto release.
inherited
toString() String
A string representation of this object.
inherited
upload({required String logPath, required String userName, required String userMail, String details = '', List<String> externalFiles = const <String>[]}) GemError
Start an upload operation

Operators

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