deleteFile static method

Future<bool> deleteFile(
  1. String filepath
)

Implementation

static Future<bool> deleteFile(String filepath) async =>
    throw UnimplementedError();