runFeatureDetection abstract method
Tries to find features related to storing and accessing databases.
The databaseName
can optionally be used to make
FeatureDetectionResult.existingDatabases more reliable, as IndexedDB
databases are not found otherwise.
Implementation
Future<FeatureDetectionResult> runFeatureDetection({String? databaseName});