FastAdInfoJob constructor

FastAdInfoJob({
  1. FastAdInformationJobDelegate? delegate,
})

Implementation

factory FastAdInfoJob({FastAdInformationJobDelegate? delegate}) {
  return (_singleton ??= FastAdInfoJob._(delegate: delegate));
}