menu
universal_flutter_utils package
documentation
utils/file_picker/file_helper.dart
FileHelper
getTempDirPath static method
getTempDirPath static method
dark_mode
light_mode
getTempDirPath
static method
Future
<
String
>
getTempDirPath
(
)
Implementation
static Future<String> getTempDirPath() async { return '${(await getTemporaryDirectory()).path}/'; }
universal_flutter_utils package
documentation
utils/file_picker/file_helper
FileHelper
getTempDirPath static method
FileHelper class