setCaptureScreenShotMethod method

void setCaptureScreenShotMethod(
  1. Future<Uint8List> captureScreenShotMethod()?
)

Implementation

void setCaptureScreenShotMethod( Future<Uint8List> Function()? captureScreenShotMethod) {
	_captureScreenShot = 	captureScreenShotMethod;
}