isFile static method

Future<bool> isFile(
  1. String path
)

Implementation

static Future<bool> isFile(String path) async => false;