SpeedCheckerPlugin class

Constructors

SpeedCheckerPlugin.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speedTestResultStream Stream<SpeedTestResult>
no setter

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIosLicenseKey(String license) → void
startSpeedTest() → void
startSpeedTestWithCustomServer({required String domain, required String downloadFolderPath, required String uploadFolderPath, required String city, required String country, required String countryCode, required int id}) → void
startSpeedTestWithOptions(SpeedTestOptions options) → void
startSpeedTestWithOptionsAndServer(SpeedTestOptions options, SpeedTestServer server) → void
startSpeedTestWithServer(SpeedTestServer server) → void
stopTest() → void
toString() String
A string representation of this object.
inherited

Operators

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