getTextAsync property

Future<String> Function() get getTextAsync

Implementation

_i2.Future<_i2.String> Function() get getTextAsync =>
    () => _i5.promiseToFuture(_i5.callMethod(
          _i5.getProperty(
            this,
            'getTextAsync',
          ),
          r'call',
          [this],
        ));
set getTextAsync (Future<String> value())

Implementation

set getTextAsync(_i2.Future<_i2.String> Function() value) {
  _i5.setProperty(
    this,
    'getTextAsync',
    _i5.allowInterop(value),
  );
}