getDevices method

Future<ListDevicesResponse> getDevices()

Gets a list of user devices.

Implementation

Future<ListDevicesResponse> getDevices() => _chatApi.device.getDevices();