@override Future<double?> speed() async { return await methodChannel.invokeMethod<double>('speed'); }