getNotificationService method

INotificationService? getNotificationService()
override

Implementation

INotificationService? getNotificationService() {
  return FirebaseMessagingService.getInstance();
}