requestId property

String? get requestId

(Deprecated) The ID of the request. Use the requestId param from the onKeyEvent event instead.

Implementation

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

Implementation

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