exists method

  1. @deprecated
void exists(
  1. dynamic path,
  2. void callback(
    1. bool exists
    )
)

Implementation

@deprecated
external void exists(path, void Function(bool exists) callback);