We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9619a commit c3bba75Copy full SHA for c3bba75
lib/src/database/database_web.dart
@@ -25,7 +25,8 @@ class DatabaseWeb implements DatabaseInterface {
25
static const int _databaseVersion = 1;
26
27
@override
28
- bool get isSupported => true; // IndexedDB is always available in modern browsers
+ bool get isSupported =>
29
+ true; // IndexedDB is always available in modern browsers
30
31
32
String get platformName => 'web';
0 commit comments