registerKey method

Future<RegisterKeyResponse> registerKey(
  1. ClientContext? ctx,
  2. RegisterKeyRequest request
)

Implementation

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