NotificationServiceRef typedef

  1. @Deprecated('Will be removed in 3.0. Use Ref instead')
NotificationServiceRef = ProviderRef<NotificationService?>

Implementation

@Deprecated('Will be removed in 3.0. Use Ref instead')
// ignore: unused_element
typedef NotificationServiceRef = ProviderRef<NotificationService?>;