isMobilePushEnabledWhenPCOnline method Null safety
Check whether push notifications are enabled for the mobile application when the current user is logged on to a PC or Web application simultaneously.
Implementation
Future<NIMResult<bool>> isMobilePushEnabledWhenPCOnline() {
return _platform.isMobilePushEnabledWhenPCOnline();
}