clearStatementCache method

bool clearStatementCache()

Clears the prepared statement cache.

Returns true on success, false on failure.

Implementation

bool clearStatementCache() => _native.clearStatementCache();