isPushShowDetailEnabled method

Future<NIMResult<bool>> isPushShowDetailEnabled()

查询推送是否显示详情

Implementation

Future<NIMResult<bool>> isPushShowDetailEnabled() {
  return _platform.isPushShowDetailEnabled();
}