createTempSync method

File createTempSync(
  1. String prefix
)

Implementation

File createTempSync(String prefix) =>
    throw UnimplementedError('Sync operations not supported');