RekoSpeedTestPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RekoSpeedTestPlatform
Implementers

Constructors

RekoSpeedTestPlatform()
Constructs a RekoSpeedTestPlatform.

Properties

callbacksById Map<int, Tuple4<ErrorCallback, ProgressCallback, DoneCallback, CancelCallback>>
getter/setter pair
downloadRate int
getter/setter pair
downloadSteps int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLogEnabled → dynamic
no setter
logEnabled bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploadRate int
getter/setter pair
uploadSteps int
getter/setter pair

Methods

cancelTest() Future<bool>
getDefaultServer() Future<ServerSelectionResponse?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startDownloadTesting({required DoneCallback onDone, required ProgressCallback onProgress, required ErrorCallback onError, required CancelCallback onCancel, required int fileSize, required String testServer}) Future<CancelListening>
startUploadTesting({required DoneCallback onDone, required ProgressCallback onProgress, required ErrorCallback onError, required CancelCallback onCancel, required int fileSize, required String testServer}) Future<CancelListening>
toggleLog({required bool value}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance RekoSpeedTestPlatform
The default instance of RekoSpeedTestPlatform to use.
getter/setter pair