sendPushMessageToUsers abstract method
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});