disposeSharedDataInfo<P, R> abstract method

FutureOr<bool> disposeSharedDataInfo<P, R>(
  1. AsyncExecutorSharedDataInfo sharedDataInfo, {
  2. bool async = false,
})

Disposes SharedData sent to other threads/isolates.

Implementation

FutureOr<bool> disposeSharedDataInfo<P, R>(
    AsyncExecutorSharedDataInfo sharedDataInfo,
    {bool async = false});