How can you use local assets in a dart documentation comment? This works fine when using a webbased url,, like so:
/// 
What I would like to do is reference some image assets I have in my assets folder and display that. Something like this:
///
///
But I cannot get any relative path to work, is this possible at all?