isLink static method

Future<bool> isLink(
  1. String path
)

Implementation

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