CaptureFailureHandler typedef

CaptureFailureHandler = bool Function(int failureAtIndex, MediaCaptureConfig captureConfig, ({Object? exception, StackTrace? stackTrace}) exceptionInfo)

Implementation

typedef CaptureFailureHandler = bool Function(
  int failureAtIndex,
  MediaCaptureConfig captureConfig,
  ({
    Object? exception,
    StackTrace? stackTrace,
  }) exceptionInfo,
);