FileioScreenshotUploader class

An uploader that sends screenshots to the the https://file.io/ hosting service and print the resulting url in the debugging console.

Constructors

FileioScreenshotUploader()
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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
upload(DeviceScreenshot screenshot) Future<String>
Upload a given screenshot and print the resulting url in the debugging console.

Operators

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

Constants

host → const String
The host address used to post binaries.