BlinkDB Logo blinkDB

clear()

Deletes all entities in a given table.

await clear(userTable);
ParameterDescription
tableThe table created by createTable() .