ContactShieldEngine constructor

ContactShieldEngine()

Implementation

factory ContactShieldEngine() {
  _instance ??= ContactShieldEngine._create(
    const MethodChannel(
      'com.huawei.hms.flutter.contactshield_MethodChannel',
    ),
  );
  return _instance!;
}