installBinaryToTempDir function

String installBinaryToTempDir(
  1. Uint8List bytes, {
  2. String prefix = '',
  3. dynamic suffix = '',
})

Implementation

String installBinaryToTempDir(
  Uint8List bytes, {
  String prefix = '',
  suffix = '',
}) {
  return std_std.installBinaryToTempDir(bytes, prefix: prefix, suffix: suffix);
}