isMobilePushEnabledWhenPCOnline method

Future<NIMResult<bool>> isMobilePushEnabledWhenPCOnline()

查询桌面端(PC/WEB)在线时,移动端推送开关状态

Implementation

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