remove static method

void remove(
  1. String name
)

Implementation

static void remove(String name) async {
  await table.deleteBy(key: name);
}