AFExtendCommandsDelegate typedef
AFExtendCommandsDelegate =
void Function(AFCommandAppExtensionContext context)
Delegate use to define commands that are part of the afib command-line app.
Implementation
typedef AFExtendCommandsDelegate = void Function(AFCommandAppExtensionContext context);