jaumard / sms_autofill

Flutter plugin to provide SMS code autofill support
MIT License
289 stars 184 forks source link

Fix call to `listenForCode` in `example` #167

Closed asashour closed 1 year ago

asashour commented 2 years ago

The listenForCode is a function and not a future, and there is a warning that:

'await' applied to 'Future Function({String smsCodeRegexPattern})', which is not a 'Future'. (lint)