mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Fix _Namespace not defined
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user