menu
fml package
documentation
datasources/detectors/detector_model.dart
DetectorModel
onDetectionFailed method
onDetectionFailed method
dark_mode
light_mode
onDetectionFailed
method
Future
<
bool
>
onDetectionFailed
(
Data
data
)
Implementation
Future<bool> onDetectionFailed(Data data) async { // notify listeners return await onFail(data); }
fml package
documentation
datasources/detectors/detector_model
DetectorModel
onDetectionFailed method
DetectorModel class