completedMsgFuture property

Future<String>? completedMsgFuture
final

Future that resolves to the completion message. If provided, this message will override completedMsg when resolved.

Implementation

final Future<String>? completedMsgFuture;