isFlowCreated method Null safety

bool isFlowCreated()

Returning a boolean defining the state of the Reddit flow True if the user is connected and the flowInstance is created False either

Implementation

bool isFlowCreated() {
  return this.isConnected;
}