Skip to content

Instantly share code, notes, and snippets.

@rahulsainani
Last active September 13, 2021 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulsainani/91917503f25427f1299620499727a5b4 to your computer and use it in GitHub Desktop.
Save rahulsainani/91917503f25427f1299620499727a5b4 to your computer and use it in GitHub Desktop.
@Composable
fun VerificationCodeScreen() {
// UI
SmsRetrieverUserConsent { _, code -> viewModel.onSmsReceived(code) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment