furaiev / amazon-cognito-identity-dart-2

Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.
MIT License
187 stars 114 forks source link

[Issue #69] Adding await in the call to analyticsMetadataParamsDecorator in case some implementations need to include async modifier #117

Closed jcblancomartinez closed 3 years ago

jcblancomartinez commented 3 years ago

@furaiev Can you please review this?

furaiev commented 3 years ago

Hi @jcblancomartinez Thank you for PR. For using async we need to return Future<void>