@override Future<bool> skipCurrentExercise() async => await methodChannel.invokeMethod<bool>('skipCurrentExercise') ?? false;