channel constant

MethodChannel const channel

The channel for use native method.

Implementation

static const MethodChannel channel = MethodChannel(
  'com.fluttercandies/image_editor',
);