Rename everything filcnaplo-related to refilc
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import 'dart:io';
|
||||
|
||||
class PlatformUtils {
|
||||
static bool get isDesktop => Platform.isWindows || Platform.isMacOS || Platform.isLinux;
|
||||
static bool get isMobile => !isDesktop;
|
||||
}
|
||||
Reference in New Issue
Block a user