deleteAllKtSync method

int deleteAllKtSync(
  1. KtList<int> ids
)

Delete a list of objecs by their ids.

Returns the number of objects that have been deleted.

Implementation

int deleteAllKtSync(KtList<int> ids) => deleteAllSync(ids.asList());