indexedDB property

IdbFactory? get indexedDB

Gets an instance of the Indexed DB factory to being using Indexed DB.

Use indexed_db.IdbFactory.supported to check if Indexed DB is supported on the current platform.

Implementation

IdbFactory? get indexedDB => null;