FutureManagerError constructor

const FutureManagerError({
  1. required Object exception,
  2. StackTrace? stackTrace,
})

Implementation

const FutureManagerError({required this.exception, this.stackTrace});