flutter_speedtest library

Classes

FlutterSpeedtest
FlutterSpeedtest is a singleton class that provides assess to Speedtest events
SpeedtestEvent

Functions

getRandomString(int length) String

Typedefs

DoneCallback = void Function(double transferRate)
ErrorCallback = void Function(String errorMessage)
IsDoneCallback = void Function(bool isDone)
OnDone = void Function()
ProgressCallback = void Function(double percent, double transferRate)
ProgressResponseCallback = void Function(int responseTime, int jitter)