getBySessionId method

Future<GetBySessionIdResponse> getBySessionId(
  1. ClientContext? ctx,
  2. GetBySessionIdRequest request
)

Implementation

$async.Future<GetBySessionIdResponse> getBySessionId($pb.ClientContext? ctx, GetBySessionIdRequest request) =>
  _client.invoke<GetBySessionIdResponse>(ctx, 'DeviceService', 'GetBySessionId', request, GetBySessionIdResponse())
;