readAsStringSync method
Implementation
String readAsStringSync() {
  throw PlatformException(
      code: 'Platform Exception',
      message: 'TextViewer.file does not support in web');
}String readAsStringSync() {
  throw PlatformException(
      code: 'Platform Exception',
      message: 'TextViewer.file does not support in web');
}