setBlockOverlayTouches method
Implementation
@override
Future<void> setBlockOverlayTouches(bool shouldBlockOverlayTouches) async {
await methodChannel.invokeListMethod('setBlockOverlayTouches', {
'shouldBlock': shouldBlockOverlayTouches,
});
}