uploadFile method
Implementation
Future<void> uploadFile(File file, String parent,
{String? creationTime, String? modificationTime}) =>
uploader.uploadFile(file, parent,
creationTime: creationTime, modificationTime: modificationTime);