added permission types

This commit is contained in:
Deven Joshi
2021-11-09 13:48:12 +05:30
parent 11b5de6fd7
commit c60524ef96
3 changed files with 44 additions and 6 deletions
@@ -36,6 +36,7 @@ export './src/core/util/extension.dart';
export './src/db/chat_persistence_client.dart';
export './src/event_type.dart';
export './src/location.dart';
export './src/permission_type.dart';
export './src/ws/connection_status.dart';
export 'src/client/channel.dart';
export 'src/client/client.dart';