voiceNotification method

Future<void> voiceNotification(
  1. String message,
  2. String msgId,
  3. String redirectUrl
)

Implementation

Future<void> voiceNotification(
  String message,
  String msgId,
  String redirectUrl,
) async {
  return _voiceNotification(message, msgId, redirectUrl);
}