reverse method

Future<void> reverse()

Implementation

Future<void> reverse() async => _state != null ? await _state!._reverse() : null;