stopContactShield method

Future<void> stopContactShield()

Implementation

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