assetExists property

Future<bool> assetExists

Implementation

Future<bool> get assetExists async => await File(path).exists();