getCommands method

Future getCommands([
  1. bool? filterInternal
])

Retrieve the list of all available commands. Commands starting with an underscore are treated as internal commands.

Implementation

_i2.Future<_i2.dynamic> getCommands([_i2.bool? filterInternal]) =>
    _i4.promiseToFuture(_i4.callMethod(
      this,
      'getCommands',
      [filterInternal ?? _i5.undefined],
    ));