channel constant
MethodChannel used to communicate with the platform side.
Implementation
@visibleForTesting
static const MethodChannel channel = MethodChannel(
'dev.fluttercommunity.plus/share',
);
MethodChannel used to communicate with the platform side.
@visibleForTesting
static const MethodChannel channel = MethodChannel(
'dev.fluttercommunity.plus/share',
);