MethodChannelRekoSpeedTest class

An implementation of RekoSpeedTestPlatform that uses method channels.

Inheritance

Properties

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

Methods

cancelTest() Future<bool>
override
getDefaultServer() Future<ServerSelectionResponse?>
override
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>
override
startUploadTesting({required DoneCallback onDone, required ProgressCallback onProgress, required ErrorCallback onError, required CancelCallback onCancel, required int fileSize, required String testServer}) Future<CancelListening>
override
toggleLog({required bool value}) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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