clearSuperProperties method

void clearSuperProperties()

Clears super properties.

Implementation

void clearSuperProperties() {
  _channel.invokeMethod(
      'clearSuperProperties', <String, dynamic>{'appId': this._appId});
}