authenticateFacialModelFromJson function
- String str
Implementation
AuthenticateFacialModel authenticateFacialModelFromJson(String str) =>
AuthenticateFacialModel.fromJson(json.decode(str));
AuthenticateFacialModel authenticateFacialModelFromJson(String str) =>
AuthenticateFacialModel.fromJson(json.decode(str));