getDiskSpace method
Handler for diskspace.
Returns a list of all disks and space information for the disks.
Implementation
Future<List<RadarrDiskSpace>> getDiskSpace() async =>
_commandGetAllDiskSpaces(_client);
Handler for diskspace.
Returns a list of all disks and space information for the disks.
Future<List<RadarrDiskSpace>> getDiskSpace() async =>
_commandGetAllDiskSpaces(_client);