ScreenShotController constructor

ScreenShotController([
  1. Future<Uint8List> _captureScreenShot()?
])

Implementation

ScreenShotController([this._captureScreenShot]);