clearSuperProperties method
清空公共事件属性.
Implementation
@override
Future<void> clearSuperProperties() async {
try {
methodChannel.invokeMethod('clearSuperProperties');
} on PlatformException catch (e) {
print('clearSuperProperties fail: ${e.message}');
}
}