call abstract method

void call([
  1. Object? parameter
])

Executes this command.

  • parameter is an optional value. It will depend on the type of command whether this will be handled or not.

Implementation

void call([Object? parameter]);