tmpDir method

Future<String> tmpDir()

Implementation

Future<String> tmpDir() async {
  throw UnimplementedError('tmpDir() has not been implemented.');
}