flutter_internet_speed_test library

Typedefs

ErrorCallback = void Function(String errorMessage, String speedTestError)
ResultCallback = void Function(TestResult download, TestResult upload)
TestProgressCallback = void Function(double percent, TestResult data)