predict method

Future<FaceData2?> predict()

Implementation

Future<FaceData2?> predict() async {
  return _searchResult(_predictedData);
}