exist method

Future<bool> exist(
  1. String filename
)

Implementation

Future<bool> exist(String filename) {
  throw UnimplementedError('exist() has not been implemented.');
}