• Start running mointor thread in Tauri core. This feature is added in v0.5.x. Before v0.5.x, the monitor is started during setup when app starts. After v0.5.x, this function must be called first to start monitor. After monitor is started, events "plugin:clipboard://clipboard-monitor/update" will be emitted when there is clipboard update. "plugin:clipboard://clipboard-monitor/status" event is also emitted when monitor status updates Still have to listen to these events.

    Returns Promise<void>