MethodChannelResponse.fromJson constructor
MethodChannelResponse.fromJson(
- dynamic json
Implementation
factory MethodChannelResponse.fromJson(dynamic json) {
return MethodChannelResponse(json["result"], json["arguments"]);
}