dir method
void
dir([
- dynamic item,
- dynamic options
Implementation
void dir([dynamic item, dynamic options]) =>
js_util.callMethod(this, 'dir', [item, options]);
void dir([dynamic item, dynamic options]) =>
js_util.callMethod(this, 'dir', [item, options]);