interfaceId property
int?
get
interfaceId
The interface ID to request access to. Only available on Chrome OS. It has no effect on other platforms.
Implementation
int? get interfaceId => _wrapped.interfaceId;
set
interfaceId
(int? v)
Implementation
set interfaceId(int? v) {
_wrapped.interfaceId = v;
}