call method

void call(
  1. FileSystemEntry entry
)

Implementation

void call(_i3.FileSystemEntry entry) {
  _i4.callMethod(
    this,
    'call',
    [
      this,
      entry,
    ],
  );
}