FlutterInternetSpeedTest class

Constructors

FlutterInternetSpeedTest()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isLogEnabled bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

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