enablePushShowDetail method

Future<NIMResult<void>> enablePushShowDetail(
  1. bool enable
)

设置推送是否显示详情

Implementation

Future<NIMResult<void>> enablePushShowDetail(bool enable) {
  return _platform.enablePushShowDetail(enable);
}