Skip to content

Instantly share code, notes, and snippets.

@5AbhishekSaxena
Last active December 2, 2022 22:59
Show Gist options
  • Save 5AbhishekSaxena/cebc95dc1f9bcc035ec9437cb3fb22de to your computer and use it in GitHub Desktop.
Save 5AbhishekSaxena/cebc95dc1f9bcc035ec9437cb3fb22de to your computer and use it in GitHub Desktop.
class EmailNotification {
fun sendNotification(message: String) {
println("Sending email notification with message \"$message\"")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment