sendToAll method
Implementation
Future<ResponseItemDTO> sendToAll({NotificationBody? body}) async {
return await _repository!.sendToAll(
body: body,
);
}
Future<ResponseItemDTO> sendToAll({NotificationBody? body}) async {
return await _repository!.sendToAll(
body: body,
);
}