mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
5 lines
143 B
Dart
5 lines
143 B
Dart
import '../network.dart';
|
|
|
|
bool isPlatformSupported() => false;
|
|
LunaNetwork getNetwork() => throw UnsupportedError('LunaNetwork unsupported');
|