unsetSuperProperty method

Future<void> unsetSuperProperty(
  1. String properties
)

删除某个公共事件属性.

属性名称

Implementation

Future<void> unsetSuperProperty(String properties) {
  throw UnimplementedError('unsetSuperProperty() has not been implemented.');
}