VerificationFlowResponse.fromString constructor
VerificationFlowResponse.fromString(
- String jsonString
Implementation
factory VerificationFlowResponse.fromString(String jsonString) {
return VerificationFlowResponse.fromJson(jsonDecode(jsonString));
}