nasRemove method

Future<HyperDeckResponse> nasRemove(
  1. String url
)

Removes the NAS location at url.

Implementation

Future<HyperDeckResponse> nasRemove(String url) =>
    multilineCommand('nas remove', {'url': url});