FastFirebaseMessagingJob constructor

FastFirebaseMessagingJob()

Implementation

factory FastFirebaseMessagingJob() {
  return (_singleton ??= const FastFirebaseMessagingJob._());
}