static Future<bool> setPushInfo({required String pushInfo}) { return EChatFlutterSdkPlatform.instance.setPushInfo(pushInfo: pushInfo); }