organize dirs
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import '../platform.dart';
|
||||
import 'dart:io';
|
||||
|
||||
import '../platform.dart';
|
||||
|
||||
PlatformType lkPlatformImplementation() {
|
||||
if (Platform.isWindows) return PlatformType.windows;
|
||||
if (Platform.isFuchsia) return PlatformType.fuchsia;
|
||||
|
||||
Reference in New Issue
Block a user