hookScreenshots method

void hookScreenshots(
  1. bool hook
)

Implementation

void hookScreenshots(
  bool hook,
) =>
    _hookScreenshots.call(
      this,
      hook,
    );