verify method

Implementation

Future<AamvaBarcodeVerificationResult> verify(CapturedId capturedId) {
  return _controller.verify(capturedId);
}