setBlockOverlayTouches method

Future<void> setBlockOverlayTouches(
  1. bool shouldBlockOverlayTouches
)

Implementation

Future<void> setBlockOverlayTouches(bool shouldBlockOverlayTouches) async {
  throw UnimplementedError(
    'setBlockOverlayTouches() has not been implemented.',
  );
}