RekoSpeedTest class
Methods
-
cancelTest()
→ Future<bool>
-
-
disableLog()
→ void
-
-
enableLog()
→ void
-
-
isTestInProgress()
→ bool
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
startTesting({required ResultCallback onCompleted, DefaultCallback? onStarted, ResultCompletionCallback? onDownloadComplete, ResultCompletionCallback? onUploadComplete, TestProgressCallback? onProgress, DefaultCallback? onDefaultServerSelectionInProgress, DefaultServerSelectionCallback? onDefaultServerSelectionDone, ErrorCallback? onError, CancelCallback? onCancel, String? downloadTestServer, String? uploadTestServer, int fileSizeInBytes = _defaultFileSize, bool useFastApi = true})
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited