remove method

void remove(
  1. String table
)

Remove stats for a table (used when table is dropped).

Implementation

void remove(String table) => _stats.remove(table);