revoke property
void Function()
get
revoke
Implementation
void Function() get revoke => () => _i4.callMethod(
_i4.getProperty(
this,
'revoke',
),
r'call',
[this],
);
set
revoke
(void value())
Implementation
set revoke(void Function() value) {
_i4.setProperty(
this,
'revoke',
_i4.allowInterop(value),
);
}