isRestrictionEnabled method

Future<bool> isRestrictionEnabled()

Obtains the restriction status of HUAWEI Analytics.

Implementation

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