surfstudio / flutter-otp-autofill

Made by Surf 🏄
Apache License 2.0
75 stars 42 forks source link

No found otp_surfstudio #44

Closed saeedmpt closed 1 year ago

saeedmpt commented 1 year ago

No implementation found for method getAppSignature on channel otp_surfstudio

what is this problem? how to fix ?

saeedmpt commented 1 year ago

my code is

var _otpInteractor = OTPInteractor( );
_otpInteractor.getAppSignature().then((value) => print('signature - $value'));
GeekAbdelouahed commented 1 year ago

@saeedmpt try:

  1. close the app

  2. run flutter clean

  3. run flutter pub get

and run the app again.

mark-kascheev commented 1 year ago

@saeedmpt Did you resolve the problem?