Fix _Namespace not defined

This commit is contained in:
2024-02-03 11:19:19 +08:00
parent 4b1e4dfddc
commit 4d7bcb1226
7 changed files with 36 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
import 'dart:io' show Platform;
import 'dart:io' show Platform if (dart.library.html) './platform/fake_io.dart';
import 'package:flutter/foundation.dart';
bool get isDesktop =>