deleteFile static method

Future<bool> deleteFile(
  1. String filename
)

Implementation

static Future<bool> deleteFile(String filename) async => true;