deleteGlobalAttributes method

  1. @override
Future<void> deleteGlobalAttributes(
  1. Map<String, Object?> attributes
)
override

Implementation

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