getActiveNotificationService method

  1. @override
Future<String> getActiveNotificationService()
override

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';
}