hms-flutter-plugin icon indicating copy to clipboard operation
hms-flutter-plugin copied to clipboard

Huawei_account: no documented substitute API for deprecated ReadSmsManager API

Open urbanjagodic opened this issue 1 year ago • 1 comments

In version: 6.12.0+300 of huawei_account plugin the ReadSmsManager class is depracted

Deprecated('')
class ReadSmsManager {
  static final MethodChannel _c = init();
  static SmsListener? _listener;

  static MethodChannel init() {
    MethodChannel channel = const MethodChannel(_SMS_MANAGER);
    channel.setMethodCallHandler(_handleSms);
    return channel;
  }

There is no deprecation note or explanation written for a new substitute API which would replace the deprecated class. I cannot find any documentation for new and improved API over this deprecated one.

urbanjagodic avatar Sep 05 '24 10:09 urbanjagodic

@ozkulbeng , hi! could you, please, clarify this deprecation? are we expecting this API to vanish at some point?

0ttik avatar May 21 '25 15:05 0ttik