authenticatedResponseFromMap function

AuthenticatedResponse authenticatedResponseFromMap(
  1. String str
)

Implementation

AuthenticatedResponse authenticatedResponseFromMap(String str) =>
    AuthenticatedResponse.fromMap(json.decode(str));