打开消息盒子
static Future<void> openBox({ String? echatTag, }) { return EChatFlutterSdkPlatform.instance.openBox( echatTag: echatTag, ); }