isPushShowDetailEnabled method Null safety

Future<NIMResult<bool>> isPushShowDetailEnabled()

Check whether the details of push notifications can be displayed.

Implementation

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