isPushShowDetailEnabled method Null safety
Check whether the details of push notifications can be displayed.
Implementation
Future<NIMResult<bool>> isPushShowDetailEnabled() {
return _platform.isPushShowDetailEnabled();
}
Check whether the details of push notifications can be displayed.
Future<NIMResult<bool>> isPushShowDetailEnabled() {
return _platform.isPushShowDetailEnabled();
}