getActiveNotificationService method

Future<String> getActiveNotificationService()

Implementation

Future<String> getActiveNotificationService() {
  throw UnimplementedError(
    'getActiveNotificationService() has not been implemented.',
  );
}