Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AvoSukiasyan authored May 21, 2024
1 parent cd57741 commit 3fec54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/metaMap-flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class _MyHomePageState extends State<MyHomePage> {

void showMetaMapFlow() {
final metaData = {"key": "value"};
MetaMapFlutter.showMetaMapFlow("CLIENT_ID", "FLOW_ID", metaData);
MetaMapFlutter.showMetaMapFlow(clientId: "CLIENT_ID",flowId: "FLOW_ID", metaData: metaData);
MetaMapFlutter.resultCompleter.future.then((result) => Fluttertoast.showToast(
msg: result is ResultSuccess ? "Success ${result.verificationId}" : "Cancelled",
toastLength: Toast.LENGTH_SHORT,
Expand Down

0 comments on commit 3fec54b

Please sign in to comment.