setBlockOverlayTouches method

  1. @override
Future<void> setBlockOverlayTouches(
  1. bool shouldBlockOverlayTouches
)
override

Implementation

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