enablePushShowDetail method Null safety
- bool enable
Specify whether to display the details of push notifications.
Implementation
Future<NIMResult<void>> enablePushShowDetail(bool enable) {
return _platform.enablePushShowDetail(enable);
}
Specify whether to display the details of push notifications.
Future<NIMResult<void>> enablePushShowDetail(bool enable) {
return _platform.enablePushShowDetail(enable);
}