deleteAll<T> abstract method

Future deleteAll<T>([
  1. Type type
])

Deletes all entities of the specified type from this Box.

Implementation

Future deleteAll<T>([Type type]);