dustbinExists property

Future<bool> dustbinExists

Implementation

Future<bool> get dustbinExists async => await File(dustbinPath).exists();