setFlow method

Future<void> setFlow(
  1. String flow
)

Implementation

Future<void> setFlow(String flow) async {
  flowValue = flow;
}