executeCommand abstract method

Future<String> executeCommand({
  1. required String command,
  2. dynamic hint,
})

See BreezServices::execute_dev_command

Implementation

Future<String> executeCommand({required String command, dynamic hint});