isPushShowDetailEnabled method Null safety
查询推送是否显示详情
Implementation
Future<NIMResult<bool>> isPushShowDetailEnabled() {
return _platform.isPushShowDetailEnabled();
}
查询推送是否显示详情
Future<NIMResult<bool>> isPushShowDetailEnabled() {
return _platform.isPushShowDetailEnabled();
}