isRestrictionEnabled method

Future<bool> isRestrictionEnabled()

Obtains the restriction status of Huawei Analytics.

Implementation

Future<bool> isRestrictionEnabled() async {
  return await _channel.invokeMethod(
    'isRestrictionEnabled',
  );
}