finally$ property
Future<T> Function([void ()?])
get
finally$
Implementation
_i2.Future<T> Function([void Function()?]) get finally$ =>
([void Function()? p0]) => _i6.promiseToFuture(_i6.callMethod(
_i6.getProperty(
this,
'finally',
),
r'call',
[
this,
p0 == null ? _i5.undefined : _i6.allowInterop(p0),
],
));
set
finally$
(Future<T> value([void ()?]))
Implementation
set finally$(_i2.Future<T> Function([void Function()?]) value) {
_i6.setProperty(
this,
'finally',
_i6.allowInterop(value),
);
}