NotificationsCapabilities constructor

NotificationsCapabilities([
  1. void b(
    1. NotificationsCapabilitiesBuilder
    )?
])

Creates a new NotificationsCapabilities object using the builder pattern.

Implementation

factory NotificationsCapabilities([void Function(NotificationsCapabilitiesBuilder)? b]) = _$NotificationsCapabilities;