ARImageDetectionResultHandler typedef

ARImageDetectionResultHandler = void Function(String imageName, Matrix4 transformation, double width, double height)

Implementation

typedef ARImageDetectionResultHandler = void Function(
    String imageName, Matrix4 transformation, double width, double height);