mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-03-03 20:29:14 -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;
|
||
|
}
|