I have notification which has buttons. On a button click I want to call an API and just patch its value.
Its something like Whatsapp reply where we don't want the app to launch.
I know we can write native code for android and ios seperately. But it would be really great if i could run a snippet of dart code.