Skip to content

Instantly share code, notes, and snippets.

@kmmraj
Last active January 17, 2020 13:45
Show Gist options
  • Save kmmraj/5c9756a41b127648c97c93f30e35e19e to your computer and use it in GitHub Desktop.
Save kmmraj/5c9756a41b127648c97c93f30e35e19e to your computer and use it in GitHub Desktop.
channel.setMethodCallHandler { methodCall, result ->
when (methodCall.method){
"handleMessageBack" -> {
this.onBackPressed()
}
else -> { // Do something else
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment