channel constant

MethodChannel used to communicate with the platform side.

Implementation

@visibleForTesting
static const MethodChannel channel = MethodChannel(
  'dev.fluttercommunity.plus/share',
);