Future<bool> cancelTest() async { _isCancelled = true; return await RekoSpeedTestPlatform.instance.cancelTest(); }