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