init static method
void
init()
Implementation
static void init() {
Get.lazyPut<CameraService>(() => CameraService(), fenix: true);
Get.lazyPut<FaceDetectorService>(() => FaceDetectorService(), fenix: true);
// Get.lazyPut<MLService>(() => MLService(), fenix: true);
}