PostFrameTask<T> constructor

PostFrameTask<T>(
  1. Future<PostFrameResult<T>> future
)

Implementation

PostFrameTask(this.future);