I am using following statement to import dart indexed db library in Flutter application:
import 'dart:indexed_db';
VSCode reports following error:
Target of URI doesn't exist: 'dart:indexeddb'.
Try creating the file referenced by the URI, or Try using a URI for a file that does
exist.dart(uri_does_not_exist)
How to use indexed db in Flutter?