veilid/veilid-flutter/lib/veilid_stub.dart

4 lines
100 B
Dart
Raw Normal View History

2022-02-09 09:47:36 -05:00
import 'veilid.dart';
2022-02-06 21:18:42 -05:00
Veilid getVeilid() => throw UnsupportedError('Cannot create Veilid object');