nasBookmark method

Future<HyperDeckRestResponse> nasBookmark(
  1. String url
)

Implementation

Future<HyperDeckRestResponse> nasBookmark(String url) =>
    get('/media/nas/bookmarks/${_segment(url)}');