toggleCard method

Future<void> toggleCard()

Implementation

Future<void> toggleCard() async => await state?.toggleCard();