The method 'createPhoneSession' isn't defined for the type 'Account'.
Try correcting the name to the name of an existing method, or defining a method named 'createPhoneSession'.
TL;DR
Developers are trying to create a phone session in Flutter but encountering an error. They need to check the version of the Flutter package they are using and ensure that the method 'createPhoneSession' is defined for the 'Account' type.
Kenny
30 Jul, 2024, 20:00
What version of the flutter package are you using?