We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a86002 commit 2278397Copy full SHA for 2278397
packages/sqlite_async/lib/src/common/isolate_connection_factory.dart
@@ -31,7 +31,7 @@ abstract class IsolateConnectionFactory<Database extends sqlite.CommonDatabase>
31
32
factory IsolateConnectionFactory(
33
{required dynamic /* platform-specific type */ openFactory,
34
- required /* platform-specific type */ mutex,
+ required dynamic /* platform-specific type */ mutex,
35
required SerializedPortClient upstreamPort}) {
36
return IsolateConnectionFactoryImpl(
37
openFactory: openFactory,
0 commit comments