requestAttention method

  1. @override
void requestAttention(
  1. String value
)
override

Implementation

@override
void requestAttention(String value) {
  onAttentionRequest?.call(value);
}