VerifyOTPModule.fromJson constructor
VerifyOTPModule.fromJson(
- String source
Implementation
factory VerifyOTPModule.fromJson(String source) =>
VerifyOTPModule.fromMap(json.decode(source) as Map<String, dynamic>);