void exec( String command, void Function(dynamic err, String? stdout, String? stderr) callback) => jsu.callMethod(this, 'exec', [command, jsu.allowInterop(callback)]);