toData method
Implementation
String toData(CameraImage cameraImage, Face face) {
List list = toList(cameraImage, face);
return list.join(',');
}
String toData(CameraImage cameraImage, Face face) {
List list = toList(cameraImage, face);
return list.join(',');
}