webNotSupported property

  1. @override
String get webNotSupported
override

No description provided for @webNotSupported.

In en, this message translates to: 'This feature is not available on the web version.'

Implementation

@override
String get webNotSupported =>
    'This feature is not available on the web version.';