File constructor

File(
  1. String path
)

Implementation

File(this.path) {
  throw PlatformException(
    code: 'Platform Exception',
    message: 'TextViewer.file does not support in web',
  );
}