createFile method

  1. @protected
File createFile(
  1. String path
)

Implementation

@protected
File createFile(String path) {
  throw UnsupportedError("Not supported on this platform.");
}