veilid/veilid-flutter/lib/veilid_stub.dart

4 lines
100 B
Dart
Raw Normal View History

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