showTextNotification method

Future<void> showTextNotification(
  1. String title,
  2. String message,
  3. String msgId,
  4. String redirectUrl,
)

showTextNotification

Implementation

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