contextMessage property

String? get contextMessage

Alternate notification content with a lower-weight font.

Implementation

String? get contextMessage => _wrapped.contextMessage;
set contextMessage (String? v)

Implementation

set contextMessage(String? v) {
  _wrapped.contextMessage = v;
}