searchKey method
Implementation
$async.Future<SearchKeyResponse> searchKey($pb.ClientContext? ctx, SearchKeyRequest request) =>
_client.invoke<SearchKeyResponse>(ctx, 'DeviceService', 'SearchKey', request, SearchKeyResponse())
;
$async.Future<SearchKeyResponse> searchKey($pb.ClientContext? ctx, SearchKeyRequest request) =>
_client.invoke<SearchKeyResponse>(ctx, 'DeviceService', 'SearchKey', request, SearchKeyResponse())
;