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