isMobilePushEnabledWhenPCOnline method Null safety
查询桌面端(PC/WEB)在线时,移动端推送开关状态
Implementation
Future<NIMResult<bool>> isMobilePushEnabledWhenPCOnline() {
return _platform.isMobilePushEnabledWhenPCOnline();
}
查询桌面端(PC/WEB)在线时,移动端推送开关状态
Future<NIMResult<bool>> isMobilePushEnabledWhenPCOnline() {
return _platform.isMobilePushEnabledWhenPCOnline();
}