chore: dart format

This commit is contained in:
Koji Wakamiya 2025-12-09 11:15:35 +09:00
parent 05ac7d7318
commit cdeb91e9db
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
export 'stub.dart'
if (dart.library.io) 'native.dart'
if (dart.library.js_interop) 'stub.dart';
if (dart.library.js_interop) 'stub.dart';