dispose abstract method
void
dispose()
Release resources held by this instance.
For FakeWorkManager: closes stream controllers and restores TaskChainBuilder.enqueueCallback.
For NativeWorkManagerClient: no-op (lifecycle is managed by the underlying NativeWorkManager which is process-scoped).
Always call this in tearDown when using FakeWorkManager.
Implementation
void dispose();