registerKey method
Implementation
$async.Future<RegisterKeyResponse> registerKey($pb.ClientContext? ctx, RegisterKeyRequest request) =>
_client.invoke<RegisterKeyResponse>(ctx, 'DeviceService', 'RegisterKey', request, RegisterKeyResponse())
;
$async.Future<RegisterKeyResponse> registerKey($pb.ClientContext? ctx, RegisterKeyRequest request) =>
_client.invoke<RegisterKeyResponse>(ctx, 'DeviceService', 'RegisterKey', request, RegisterKeyResponse())
;