mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-12-11 17:14:32 -05:00
7 lines
176 B
Dart
7 lines
176 B
Dart
import 'package:veilid/veilid.dart';
|
|
|
|
Future<VeilidConfig> getVeilidChatConfig() async {
|
|
VeilidConfig config = await getDefaultVeilidConfig("VeilidChat");
|
|
return config;
|
|
}
|