setShowOverlays method

Future<void> setShowOverlays(
  1. bool show
)

Implementation

Future<void> setShowOverlays(bool show) =>
    _invoke('setShowOverlays', {'show': show});