onTap abstract method

Future<void> onTap(
  1. int taps
)

abstract method that must be implemented by the class mixing in frame_vision_app to capture a photo and perform some action on a 1-, 2-, 3-, n-tap etc.

Implementation

Future<void> onTap(int taps);