showURLNotification method

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

Implementation

Future<void> showURLNotification(
  String title,
  String message,
  String url,
  String msgId,
) async {
  return _showURLNotification(title, message, url, msgId);
}