getContactShieldVersion method

Future<int?> getContactShieldVersion()

Implementation

Future<int?> getContactShieldVersion() async {
  return await _channel.invokeMethod<int>(
    'getContactShieldVersion',
  );
}