Files
lunasea/lib/system/network/platform/network_html.dart
2022-05-10 21:16:16 -04:00

6 lines
181 B
Dart

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