Files
lunasea/lib/system/filesystem/platform/filesystem_stub.dart
2022-05-10 20:30:57 -04:00

6 lines
159 B
Dart

import '../filesystem.dart';
bool isPlatformSupported() => false;
LunaFileSystem getFileSystem() =>
throw UnsupportedError('LunaFileSystem unsupported');