mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
6 lines
159 B
Dart
6 lines
159 B
Dart
import '../filesystem.dart';
|
|
|
|
bool isPlatformSupported() => false;
|
|
LunaFileSystem getFileSystem() =>
|
|
throw UnsupportedError('LunaFileSystem unsupported');
|