AuthMethods.fromJson constructor

AuthMethods.fromJson(
  1. dynamic jsonString
)

Implementation

factory AuthMethods.fromJson(jsonString) {
  return fromJson(jsonString, AuthMethods.fromMap);
}