mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04: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;
|
|
}
|