hflip method

Future<void> hflip()

Implementation

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