detectHumanFromBytes method
Detect human from image bytes.
Implementation
Future<HumanDetectionResult> detectHumanFromBytes(Uint8List imageBytes) {
throw UnimplementedError(
'detectHumanFromBytes() has not been implemented.',
);
}
Detect human from image bytes.
Future<HumanDetectionResult> detectHumanFromBytes(Uint8List imageBytes) {
throw UnimplementedError(
'detectHumanFromBytes() has not been implemented.',
);
}