Future<void> deleteFile() async { try { final RemoveResult result = await Amplify.Storage.remove(key: 'ExampleKey'); print('Deleted file: ${result.key}'); } ...
確定! 回上一頁