removeAllGlobalEventProperties static method

  1. @SL_COMPATIBILITY_NAME("name=removeAllGlobalEventProperties;type=func")
Future<void> removeAllGlobalEventProperties()

Implementation

@SL_COMPATIBILITY_NAME("name=removeAllGlobalEventProperties;type=func")
static Future<void> removeAllGlobalEventProperties() async{
	await _channel. invokeMethod('removeAllGlobalEventProperties');
}