setFirebaseAsActiveService method

  1. @override
Future<bool> setFirebaseAsActiveService()
override

Set Firebase Cloud Messaging as the active notification service.

Implementation

@override
Future<bool> setFirebaseAsActiveService() async {
  // This would require Firebase integration which is outside the scope of this plugin
  return false;
}