[mob] Enable ml run on iOS

This commit is contained in:
Neeraj Gupta 2024-05-17 17:47:10 +05:30
parent 285b1f9527
commit e331443691

View file

@ -126,6 +126,7 @@ class FaceMlService {
}
isInitialized = true;
canRunMLController = !Platform.isAndroid;
/// hooking FaceML into [MachineLearningController]
if (Platform.isAndroid) {