lastTaskResult property
      
      RPTaskResult?
      get
      lastTaskResult
      
    
    
The current state of the Task Result which can be accessed throughout the framework
Implementation
RPTaskResult? get lastTaskResult => _taskResultController.stream.value;