enablePushShowDetail method Null safety

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

Specify whether to display the details of push notifications.

Implementation

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