mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 04:32:32 +00:00
6 lines
181 B
Dart
6 lines
181 B
Dart
// ignore: always_use_package_imports
|
|
import '../network.dart';
|
|
|
|
bool isPlatformSupported() => false;
|
|
LunaNetwork getNetwork() => throw UnsupportedError('LunaNetwork unsupported');
|