profileUnsetPushId static method

void profileUnsetPushId(
  1. String pushTypeKey
)

删除用户设置的 pushId

使用示例: SensorsAnalyticsFlutterPlugin.profileUnsetPushId("jiguang");

Implementation

static void profileUnsetPushId(String pushTypeKey) {
  _channel.invokeMethod("profileUnsetPushId", [pushTypeKey]);
}