ScreenShotCallbackFlutterApiImp constructor

ScreenShotCallbackFlutterApiImp({
  1. required dynamic onScreenShotCallback()?,
})

Implementation

ScreenShotCallbackFlutterApiImp({
  required this.onScreenShotCallback,
});