execute method

Future<void> execute(
  1. AFCommandContext context
)

Implementation

Future<void> execute(AFCommandContext context) async {
  await commands.run(context);
}