huaweiIsVerifyAppsCheck method
Returns whether Huawei SafetyDetect AppsCheck is currently enabled.
Implementation
@override
Future<bool> huaweiIsVerifyAppsCheck() async {
final result =
await methodChannel.invokeMethod<bool>('huaweiIsVerifyAppsCheck');
return result ?? false;
}