removeByID method

Future<void> removeByID(
  1. int id
)

Implementation

Future<void> removeByID(int id) => box.removeAsync(id);