ScreenshotCallbackFix constructor

ScreenshotCallbackFix()

Implementation

ScreenshotCallbackFix() {
  if (Platform.isAndroid) {
    _initAndroid();
  } else {
    _initIos();
  }
}