removeKey method

Future<RemoveKeyResponse> removeKey(
  1. ClientContext? ctx,
  2. RemoveKeyRequest request
)

Implementation

$async.Future<RemoveKeyResponse> removeKey($pb.ClientContext? ctx, RemoveKeyRequest request) =>
  _client.invoke<RemoveKeyResponse>(ctx, 'DeviceService', 'RemoveKey', request, RemoveKeyResponse())
;