getUpdatedContent
abstract fun getUpdatedContent(): Flow<VpnEnabledNotificationContentPlugin.VpnEnabledNotificationContent?>
The VPN will subscribe to this flow, after it's being enabled, to get notification content updates. The method will NOT be called from the main thread.
Return
shall return a flow of notification content updates, or null if the plugin does not want to show content in the notification.