存储图像, 自动返回一个Storage ID, 同步 >>>
Future<String> saveToStorageAsync() async { await FilePath().setup(); return saveToStorage(); }