MethodChannelDispatcher constructor

MethodChannelDispatcher(
  1. MethodChannel channel
)

Default constructor for MethodChannelDispatcher.

Implementation

MethodChannelDispatcher(this.channel);