createTemp method

Future<File> createTemp(
  1. String prefix
)

Implementation

Future<File> createTemp(String prefix) => throw UnimplementedError(
    'Temp operations not supported on virtual filesystem');