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

5 lines
116 B
Dart

class ReceiveMessageOpt {
static const receive = 0;
static const notReceive = 1;
static const notNotify = 2;
}