deleteFile method

Future<void> deleteFile(
  1. String fileID
)

Deletss the file of fileID

Please use with caution, especially with DriveScopes.full.

Implementation

Future<void> deleteFile(String fileID) => driveAPI.files.delete(fileID);