menu
nim_core_platform_interface package
documentation
nim_core_platform_interface.dart
SettingsServicePlatform
enablePushShowDetail abstract method
enablePushShowDetail abstract method
dark_mode
light_mode
enablePushShowDetail
abstract method
Future
<
NIMResult
<
void
>
>
enablePushShowDetail
(
bool
enable
)
设置推送是否显示详情
Implementation
Future<NIMResult<void>> enablePushShowDetail(bool enable);
nim_core_platform_interface package
documentation
nim_core_platform_interface
SettingsServicePlatform
enablePushShowDetail abstract method
SettingsServicePlatform class