Skip to content

Conversation

@Sanskargautam
Copy link

No description provided.


Future<void> _fetchArguments() async {
const platform = MethodChannel('launch_arguments');
final args = await platform.invokeMethod<List<dynamic>>('getLaunchArguments');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change the logic here in the way we expect in docs:

https://docs.maestro.dev/api-reference/commands/launchapp#receiving-arguments-in-flutter

I dont think we consume in same way here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants