ifSync abstract method
Performs a side-effect if this is a Sync.
Implementation
Resolvable<T> ifSync(
@noFuturesAllowed void Function(Sync<T> sync) noFuturesAllowed,
);
Performs a side-effect if this is a Sync.
Resolvable<T> ifSync(
@noFuturesAllowed void Function(Sync<T> sync) noFuturesAllowed,
);