setPluginVersion static method

void setPluginVersion()

Implementation

static void setPluginVersion() {
   _nativeChannel.invokeMethod(SET_PLUGIN_VERSION, {
    PLUGIN_VERSION: TBLSdkDescriptor.getSdkVersion(),
  });
}