onDetectionFailed method

Future<bool> onDetectionFailed(
  1. Data data
)

Implementation

Future<bool> onDetectionFailed(Data data) async {
  // notify listeners
  return await onFail(data);
}