VerifyOTPModule.fromJson constructor

VerifyOTPModule.fromJson(
  1. String source
)

Implementation

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