This commit is contained in:
hrxiang
2021-12-31 09:49:23 +08:00
parent 0607cd2928
commit ad3923e121
5 changed files with 3 additions and 138 deletions

View File

@@ -8,7 +8,6 @@ import 'package:flutter_openim_sdk/flutter_openim_sdk.dart';
class ConversationManager {
MethodChannel _channel;
late ConversationListener conversationListener;
var count = 0;
ConversationManager(this._channel);