MethodChannelResponse constructor
MethodChannelResponse(
- bool result,
- dynamic arguments
Implementation
MethodChannelResponse(this.result, this.arguments);
MethodChannelResponse(this.result, this.arguments);