This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Flutter.
Summary
Stop your Flutter app on an attached device.
Syntax
public static IEnumerable<string> FlutterStopWithResult(this ICakeContext context, FlutterStopSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
FlutterStopSettings |
The settings. |
Return Value
Type |
Description |
IEnumerable<string> |
Output lines. |