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

5 lines
143 B
Dart

import '../network.dart';
bool isPlatformSupported() => false;
LunaNetwork getNetwork() => throw UnsupportedError('LunaNetwork unsupported');