sendPushMessageToAll abstract method
Send push notification to all subscribe users
Implementation
Future<DataResult<NUIPushOSResponse>> sendPushMessageToAll({required String title, String? subtitle, required String content, NUIEnt? data, List<String>? includedSegments, List<String>? excludedSegments, String? bigPictureUrl, String? channelId});