exists static method

Future<bool> exists(
  1. String path
)

Implementation

static Future<bool> exists(String path) => _instance.exists(path);