nasRemove method
Removes the NAS location at url.
Implementation
Future<HyperDeckResponse> nasRemove(String url) =>
multilineCommand('nas remove', {'url': url});
Removes the NAS location at url.
Future<HyperDeckResponse> nasRemove(String url) =>
multilineCommand('nas remove', {'url': url});