getTempDir method

Implementation

@visibleForTesting
Future<String> getTempDir() async => (await getTemporaryDirectory()).path;