Store the file via your Storage layer.
destPath
Future<String> store({ String path = '', required String name, }) => Storage.put(path, name, stream);