getDiskSpace method

Future<List<RadarrDiskSpace>> getDiskSpace()

Handler for diskspace.

Returns a list of all disks and space information for the disks.

Implementation

Future<List<RadarrDiskSpace>> getDiskSpace() async => _commandGetAllDiskSpaces(_client);