Skip to content

Commit 2278397

Browse files
committed
make dynamic explicit
1 parent 6a86002 commit 2278397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sqlite_async/lib/src/common/isolate_connection_factory.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ abstract class IsolateConnectionFactory<Database extends sqlite.CommonDatabase>
3131

3232
factory IsolateConnectionFactory(
3333
{required dynamic /* platform-specific type */ openFactory,
34-
required /* platform-specific type */ mutex,
34+
required dynamic /* platform-specific type */ mutex,
3535
required SerializedPortClient upstreamPort}) {
3636
return IsolateConnectionFactoryImpl(
3737
openFactory: openFactory,

0 commit comments

Comments
 (0)