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