flipGetKeyRequestFromJson function

FlipGetKeyRequest flipGetKeyRequestFromJson(
  1. String str
)

Implementation

FlipGetKeyRequest flipGetKeyRequestFromJson(String str) =>
    FlipGetKeyRequest.fromJson(json.decode(str));