Showing
3 changed files
with
3 additions
and
3 deletions
@@ -18,7 +18,7 @@ import 'dart:async'; | @@ -18,7 +18,7 @@ import 'dart:async'; | ||
18 | import 'dart:typed_data'; | 18 | import 'dart:typed_data'; |
19 | 19 | ||
20 | import 'callback.dart'; | 20 | import 'callback.dart'; |
21 | -import 'platform_js.dart' if (dart.library.io) 'print_job_platform_ffi.dart'; | 21 | +import 'platform_js.dart' if (dart.library.io) 'platform_os.dart'; |
22 | import 'raster.dart'; | 22 | import 'raster.dart'; |
23 | 23 | ||
24 | /// Represents a print job to communicate with the platform implementation | 24 | /// Represents a print job to communicate with the platform implementation |
-
Please register or login to post a comment