clearAppBadge property

Future<void> Function() get clearAppBadge

Implementation

_i2.Future<void> Function() get clearAppBadge =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'clearAppBadge',
          ),
          r'call',
          [this],
        ));
set clearAppBadge (Future<void> value())

Implementation

set clearAppBadge(_i2.Future<void> Function() value) {
  _i4.setProperty(
    this,
    'clearAppBadge',
    _i4.allowInterop(value),
  );
}