deleteGlobalAttributes method
Implementation
@override
Future<void> deleteGlobalAttributes(Map<String, Object?> attributes) async {
await methodChannel.invokeMethod<void>(
'deleteGlobalAttributes', attributes);
}
@override
Future<void> deleteGlobalAttributes(Map<String, Object?> attributes) async {
await methodChannel.invokeMethod<void>(
'deleteGlobalAttributes', attributes);
}