GiphyDialogMethodChannel constructor

GiphyDialogMethodChannel()

Constructs a GiphyDialogMethodChannel.

Sets up the method call handler to handle calls from the native platform.

Implementation

GiphyDialogMethodChannel() {
  _channel.setMethodCallHandler(_handleMethodCall);
}