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