listDevices method
ResponseFuture<ListDevicesResponse>
listDevices(
- ListDevicesRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.ListDevicesResponse> listDevices(
$0.ListDevicesRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$listDevices, request, options: options);
}