getActiveNotificationService method
Get the currently active notification service.
Implementation
@override
Future<String> getActiveNotificationService() async {
// Web doesn't have active notification services in the same way as Android
return 'none';
}