Files
open-im-sdk-flutter-m/lib/src/enum/relationship.dart
2023-10-19 19:08:54 +08:00

4 lines
72 B
Dart

class AllowType {
static const black = 0;
static const friend = 1;
}