VerificationFlowResponse.fromString constructor

VerificationFlowResponse.fromString(
  1. String jsonString
)

Implementation

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