vflip method

Future<void> vflip()

Implementation

Future<void> vflip() async {
  _temp = await _generator.vflip(await _getPath());
}