getLastCheckedSpeed abstract method

Future<SpeedDetails?> getLastCheckedSpeed()

Gets last internet speed connection details.

If no check was done the result will be null.

Implementation

Future<SpeedDetails?> getLastCheckedSpeed();