readAsStringSync method

String readAsStringSync()

Implementation

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