tempAsync property

Future<String> get tempAsync

获得临时路径, 如果未初始化, 会先初始化 >>>

Implementation

Future<String> get tempAsync async {
  await setup();
  return temp;
}