LogUploader class Core
LogUploader uploads .gm or .mp4 recordings to Magic Lane servers for bug reports.
Constructors
- LogUploader.new({@Deprecated('Use onLogStatusChanged instead') void onLogStatusChangedCallback(GemError error, String logPath, LogUploaderState? status, int? progress)?, void onLogStatusChanged(GemError error, String logPath, LogUploaderState? status, int? progress)?})
-
Creates a LogUploader instance.
factory
Properties
Methods
-
cancel(
{required String logPath}) → GemError - Cancels an upload operation.
-
dispose(
) → void -
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 - Starts an upload operation.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited