methodChannel constant

  1. @visibleForTesting
MethodChannel const methodChannel

Method channel to invoke native ContentResolver methods.

Implementation

@visibleForTesting
static const MethodChannel methodChannel = MethodChannel(
  '$_channelPrefix/ContentResolver',
  _pluginMethodCodec,
);