initMenuConsole function

void initMenuConsole(
  1. List<String> arguments
)

Initialize the test menu console.

Implementation

void initMenuConsole(List<String> arguments) {
  // not throw UnsupportedError('Only supported in the io package');
}