isMobilePushEnabledWhenPCOnline method Null safety

Future<NIMResult<bool>> isMobilePushEnabledWhenPCOnline()

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();
}