sendPushMessageToAll abstract method

Future<DataResult<NUIPushOSResponse>> sendPushMessageToAll({
  1. required String title,
  2. String? subtitle,
  3. required String content,
  4. NUIEnt? data,
  5. List<String>? includedSegments,
  6. List<String>? excludedSegments,
  7. String? bigPictureUrl,
  8. String? channelId,
})

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