showTextNotification method
showTextNotification
Implementation
Future<void> showTextNotification(
String title,
String message,
String msgId,
String redirectUrl,
) async {
return _showTextNotification(title, message, msgId, redirectUrl);
}