MethodChannelResponse constructor

MethodChannelResponse(
  1. bool result,
  2. dynamic arguments
)

Implementation

MethodChannelResponse(this.result, this.arguments);