Removes a global attribute by key.
key
@override Future<void> removeGlobalAttribute(String key) async { await _channel.invokeMethod('removeGlobalAttribute', {'key': key}); }