clearQueue method

Future<void> clearQueue()

Implementation

Future<void> clearQueue() async {
  await syncBox.clear();
}