sendPushMessageToUsers abstract method

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

Send push notification to the targeted users

Implementation

Future<DataResult<NUIPushOSResponse>> sendPushMessageToUsers({required String title, String? subtitle, required String content, NUIEnt? data, List<String>? userIds, String? bigPictureUrl, String? channelId});