isHuaweiMobileNoticeAvailable method

Future<int> isHuaweiMobileNoticeAvailable()

Checks whether the HMS Core (APK) version supports notice obtaining.

Implementation

Future<int> isHuaweiMobileNoticeAvailable() async {
  return await _methodChannel.invokeMethod(
    'isHuaweiMobileNoticeAvailable',
  );
}