ring property
final
状态栏提醒的小图标的资源名称。
如果不提供,使用app的icon
final String? notificationSmallIconName;
是否需要响铃提醒。
默认为true
Implementation
///
/// 是否需要响铃提醒。<br>
/// 默认为true
///
final bool ring;
状态栏提醒的小图标的资源名称。
如果不提供,使用app的icon
final String? notificationSmallIconName;
是否需要响铃提醒。
默认为true
///
/// 是否需要响铃提醒。<br>
/// 默认为true
///
final bool ring;