disposeTableSchemeCache method

TableScheme? disposeTableSchemeCache(
  1. String table
)

Disposes a TableScheme for table. Forces refresh of previous scheme.

Implementation

TableScheme? disposeTableSchemeCache(String table) =>
    _tablesSchemes.remove(table);