removeNasBookmark method

Future<HyperDeckRestResponse> removeNasBookmark(
  1. String url
)

Implementation

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