isFlowCreated method Null safety
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;
}
Returning a boolean defining the state of the Reddit flow True if the user is connected and the flowInstance is created False either
bool isFlowCreated() {
return this.isConnected;
}