endFlow static method

Future<void> endFlow(
  1. String name
)

Ends the AppFlow with the given name.

Implementation

static Future<void> endFlow(String name) async {
  return _host.endFlow(name);
}