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