Skip to content

Instantly share code, notes, and snippets.

@TesteurManiak
Created October 15, 2020 07:25
Show Gist options
  • Select an option

  • Save TesteurManiak/29cdb8d02d54d8a3278b29c73078e50a to your computer and use it in GitHub Desktop.

Select an option

Save TesteurManiak/29cdb8d02d54d8a3278b29c73078e50a to your computer and use it in GitHub Desktop.
import 'package:flutter_fcm_web_example/notification_helper.dart';
import 'firebase_mobile_messaging.dart'
if (dart.library.js) 'firebase_web_messaging.dart' as notifInstance;
abstract class NotificationEncapsulation {
static NotificationHelper get instance =>
notifInstance.FirebaseMessagingHelper();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment