setCrossPlatformParameters static method

Future<void> setCrossPlatformParameters()

Implementation

static Future<void> setCrossPlatformParameters() async {
  await _channel.invokeMethod("setCrossPlatformParameters", {
    "name": PluginBuildInfo.pluginName,
    "version": PluginBuildInfo.pluginVersion
  });
}