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 7438c0b commit 31973f7Copy full SHA for 31973f7
packages/cross_file/lib/src/types/html.dart
@@ -9,8 +9,8 @@ import 'dart:typed_data';
9
10
import 'package:meta/meta.dart';
11
12
-import './base.dart';
13
import '../web_helpers/web_helpers.dart';
+import 'base.dart';
14
15
// Four Gigabytes, in bytes.
16
const int _fourGigabytes = 4 * 1024 * 1024 * 1024;
0 commit comments