clearProtectedRegionSlot method
(Only for iOS platform) Clear region slots to reserve for any third party SDK.
Implementation
@override
Future<String?> clearProtectedRegionSlot() async {
final returnVal =
await methodChannel.invokeMethod<String>('setProtectedRegionSlot', 0);
return returnVal;
}