How would you pass info from Flutter back to Android/Native code if needed to interact with a specific API / hardware component?
Are there any Event Channels that c
Objective C
call.arguments[@"parameter"]
Android
call.argument("parameter");